1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00
httparty/lib
Narsimham Chelluri bc551bd1f2 Made SSL connections use the system certificate store by default.
- Set http.verify_mode to OpenSSL::SSL::VERIFY_PEER by default
- Use OpenSSL::X509::Store.new as certificate store unless another is specified

Adapted from Faraday.
See: b25adc0ca6/lib/faraday/adapter/net_http.rb (L100)
2013-08-01 01:32:25 -07:00
..
httparty Made SSL connections use the system certificate store by default. 2013-08-01 01:32:25 -07:00
httparty.rb Improve documentation of ssl_ca_file, ssl_ca_path 2013-07-11 16:32:42 -04:00