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

refactor: better TR_CURL_SSL_NO_VERIFY #4159

Merged
merged 1 commit into from Nov 13, 2022

Conversation

ckerr
Copy link
Member

@ckerr ckerr commented Nov 13, 2022

clear CURLOPT_CAINFO, CURLOPT_CAPATH iff verification is disabled.

This prevents curl from re-checking this each time when verification is disabled

clear CURLOPT_CAINFO, CURLOPT_CAPATH iff verification is disabled
@ckerr ckerr added scope:core type:perf A code change that improves performance labels Nov 13, 2022
@ckerr ckerr merged commit 67e992d into main Nov 13, 2022
@ckerr ckerr deleted the refactor/better-TR_CURL_SSL_NO_VERIFY branch November 13, 2022 23:17
@ckerr
Copy link
Member Author

ckerr commented Nov 26, 2022

Notes: Made host lookups more efficient for users that disable CA verification.

ckerr added a commit that referenced this pull request Feb 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope:core type:perf A code change that improves performance
Development

Successfully merging this pull request may close these issues.

None yet

1 participant