We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31432b8 commit c6a36e4Copy full SHA for c6a36e4
lib/code_climate/test_reporter/client.rb
@@ -66,7 +66,7 @@ def http_client(uri)
66
if uri.scheme == "https"
67
http.use_ssl = true
68
http.verify_mode = OpenSSL::SSL::VERIFY_PEER
69
- http.ca_file = File.expand_path('../../config/cacert.pem', __FILE__)
+ http.ca_file = File.expand_path('../../../../config/cacert.pem', __FILE__)
70
http.verify_depth = 5
71
end
72
http.open_timeout = 5 # in seconds
0 commit comments