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

TLS verification disabled #3

Closed
abraxxa opened this issue Jul 10, 2023 · 1 comment
Closed

TLS verification disabled #3

abraxxa opened this issue Jul 10, 2023 · 1 comment

Comments

@abraxxa
Copy link

abraxxa commented Jul 10, 2023

As discussed too on IRC, CURLOPT_SSL_VERIFYPEER is hardcoded to 0 disabling TLS verification which enables man-in-the-middle attacks to go unnoticed.
What makes it even worse is that it's undocumented.
Please make it at least configurable.
Thanks!

@abraxxa
Copy link
Author

abraxxa commented Jul 10, 2023

For both issues it might be the best solution to expose the unterlying Net::Curl::Easy object so uses can set every option it provides.

@bingos bingos closed this as completed Sep 7, 2023
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

No branches or pull requests

2 participants