-
Notifications
You must be signed in to change notification settings - Fork 53
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
Fix connection.verify_mode for Net::HTTP https connection to VERIFY_PEER #55
Comments
I have defaulted the verify_mode to VERIFY_PEER while creating a connection and made it configurable by being able to pass an options hash to the create method specifying the verify_mode |
Remember to update the changelog once this is complete. |
|
Fixed and pushed a week back. Hasn't been updated here for unknown reason. Redid push. Still not updated! |
What's happening on this one? Nik, could you link to the commits that you're talking about? Also, did you see my comments on the use of constants on 92a6acf ? |
done! |
Nik, could you also take a look at #66? It seems to be a consequence of switching to always verifying certificates. |
Also, make it configurable. See http://www.rubyinside.com/how-to-cure-nethttps-risky-default-https-behavior-4010.html
The text was updated successfully, but these errors were encountered: