-
Check if raygun certficiate is correct:
ruby -rnet/https -e "Net::HTTP.get URI('https://api.raygun.io'); puts 'Everything ok.'"
-
Check ruby default SSL store
ruby -ropenssl -e 'puts OpenSSL::X509::DEFAULT_CERT_FILE'
-
Append Euqifax Root Certificate to file from step 2
-
Recheck
Last active
August 29, 2015 14:26
-
-
Save wok/e54381bddd437d3e2b3f to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Based on https://gist.github.com/mislav/5026283