diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-26 12:39:51 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-26 12:39:51 +0000 |
commit | d6241e004b278b75a462277a959e29ab29f9c86b (patch) | |
tree | 168d8b990d4f907638f59a995a47886135d7dceb /lib/custodian/protocoltest/http.rb | |
parent | 52f10e5024192d40789695b00e0cb10613f7ae6e (diff) |
New releaserelease-0.3-2
Diffstat (limited to 'lib/custodian/protocoltest/http.rb')
-rw-r--r-- | lib/custodian/protocoltest/http.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/custodian/protocoltest/http.rb b/lib/custodian/protocoltest/http.rb index 265c1ea..81113c0 100644 --- a/lib/custodian/protocoltest/http.rb +++ b/lib/custodian/protocoltest/http.rb @@ -127,6 +127,7 @@ module Custodian c.follow_location = true c.max_redirects = 10 c.ssl_verify_host = false + c.ssl_verify_peer = false c.timeout = 20 c.perform @status = c.response_code |