Skip to content

Commit

Permalink
Attempt a simple fix for the heroku ssl cert failure by not attemptin…
Browse files Browse the repository at this point in the history
…g to use the OpenSSL::X509::DEFAULT_CERT_FILE default which isn't available on cedar
  • Loading branch information
Empact committed Jul 31, 2011
1 parent 450781b commit 6fa5ac7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/hoptoad_notifier/sender.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def send_to_hoptoad(data)

if secure
http.use_ssl = true
http.ca_file = OpenSSL::X509::DEFAULT_CERT_FILE
http.verify_mode = OpenSSL::SSL::VERIFY_PEER
else
http.use_ssl = false
Expand Down

0 comments on commit 6fa5ac7

Please sign in to comment.