8000 Add Option to Disable SSL Verification for cURL Requests by ismailian · Pull Request #81 · perftools/php-profiler · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add Option to Disable SSL Verification for cURL Requests #81

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

Merged
merged 5 commits into from
Feb 21, 2025

Conversation

ismailian
Copy link
Contributor
@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
@glensc
Copy link
Contributor
glensc commented Feb 21, 2025

Commit messages are useless (don't follow any good style), hence this will be squash merged

@glensc glensc merged commit 1105db3 into perftools:main Feb 21, 2025
9 checks passed
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
0