We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The option is available for All TLS based protocols: HTTPS, FTPS, IMAPS, POP3S, SMTPS etc.
But, being "an alternative to CURLOPT_PROXY_SSLCERT which instead expects a file name as input."
Shouldn't it have the same availability that CURLOPT_PROXY_SSLCERT (that is, only for HTTPS proxies)?
The text was updated successfully, but these errors were encountered:
Correct. Good catch!
Sorry, something went wrong.
CURLOPT_PROXY_SSLCERT_BLOB.3: this is for HTPTS proxies
5a98939
The 'protocols' listed were previously wrong. Reported-by: ProceduralMan on github Fixes #9434
fa26f15
bagder
Successfully merging a pull request may close this issue.
The option is available for All TLS based protocols: HTTPS, FTPS, IMAPS, POP3S, SMTPS etc.
But, being "an alternative to CURLOPT_PROXY_SSLCERT which instead expects a file name as input."
Shouldn't it have the same availability that CURLOPT_PROXY_SSLCERT (that is, only for HTTPS proxies)?
The text was updated successfully, but these errors were encountered: