lib/intercom-rails/import.rb in intercom-rails-0.2.4 vs lib/intercom-rails/import.rb in intercom-rails-0.2.5
- old
+ new
@@ -26,10 +26,10 @@
@status_enabled = !!options[:status_enabled]
if uri.scheme == 'https'
http.use_ssl = true
- http.ca_file = File.join(File.dirname(__FILE__), '../data/ca_cert.pem')
+ http.ca_file = File.join(File.dirname(__FILE__), '../data/cacert.pem')
http.verify_mode = OpenSSL::SSL::VERIFY_PEER
end
end
def assert_runnable