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

CURLOPT_PROXY_SSLCERT_BLOB man page: #9434

Closed
ProceduralMan opened this issue Sep 6, 2022 · 1 comment
Closed

CURLOPT_PROXY_SSLCERT_BLOB man page: #9434

ProceduralMan opened this issue Sep 6, 2022 · 1 comment
Assignees

Comments

@ProceduralMan
Copy link

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)?

@bagder
Copy link
Member

bagder commented Sep 6, 2022

Correct. Good catch!

@bagder bagder self-assigned this Sep 6, 2022
bagder added a commit that referenced this issue Sep 6, 2022
The 'protocols' listed were previously wrong.

Reported-by: ProceduralMan on github
Fixes #9434
@bagder bagder closed this as completed in fa26f15 Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

2 participants