1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00
httparty/spec/support
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
..
ssl_test_helper.rb Made SSL connections use the system certificate store by default. 2013-08-01 01:32:25 -07:00
ssl_test_server.rb Remove unused variable in spec 2013-01-26 22:41:21 +09:00
stub_response.rb Adds support for fragmented responses 2012-02-15 17:46:01 -02:00