Closed koenrh closed 7 years ago
Fixes https://github.com/sendgrid/ruby-http-client/issues/6.
This sets the verification mode to VERIFY_PEER, and instructs the underlying library to verify the peer certificates.
VERIFY_PEER
Thanks for the PR @koenrh!
Please take a moment to fill out this form so that we can send you some swag.
Fixes https://github.com/sendgrid/ruby-http-client/issues/6.
This sets the verification mode to
VERIFY_PEER
, and instructs the underlying library to verify the peer certificates.