Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Option to Disable SSL Verification for cURL Requests #81

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

ismailian
Copy link

@ismailian ismailian commented Jan 12, 2025

Description:
This PR introduces a new feature that allows users to disable SSL verification for cURL requests. This can be useful for testing in development environments or interacting with endpoints using self-signed certificates.

Changes:

  • Added a new configuration option verify (default: true).
  • Updated cURL curl_setopt_array to include the new setting CURLOPT_SSL_VERIFYPEER

Checklist:

  • Feature implemented
  • Documentation updated

Note:
Disabling SSL verification may expose requests to potential security risks. Use this option only in trusted environments.

Adds an extra option for disabling cURL SSL verification for UploadSaver
Adds an extra option for disabling cURL SSL verification for UploadSaver
README.md Outdated Show resolved Hide resolved
src/Saver/UploadSaver.php Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants