codeclimate-test-reporter 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
@@ -66,7 +66,7 @@ module CodeClimate
|
|
66
66
|
if uri.scheme == "https"
|
67
67
|
http.use_ssl = true
|
68
68
|
http.verify_mode = OpenSSL::SSL::VERIFY_PEER
|
69
|
-
http.ca_file = File.expand_path('
|
69
|
+
http.ca_file = File.expand_path('../../../../config/cacert.pem', __FILE__)
|
70
70
|
http.verify_depth = 5
|
71
71
|
end
|
72
72
|
http.open_timeout = 5 # in seconds
|