Skip to content

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