summaryrefslogtreecommitdiff
path: root/lib/custodian/protocoltest/http.rb
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-26 12:39:51 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-26 12:39:51 +0000
commit79feadd58c93508e9329e221cffd06182ca10a6c (patch)
tree09731f1c3c60e16a43fc66a12070098abe191449 /lib/custodian/protocoltest/http.rb
parent66ab79e76aecc880ffd00704cb4abf63eb175ecd (diff)
New release
Diffstat (limited to 'lib/custodian/protocoltest/http.rb')
-rw-r--r--lib/custodian/protocoltest/http.rb1
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