Skip to content

Instantly share code, notes, and snippets.

@wok
Last active August 29, 2015 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wok/e54381bddd437d3e2b3f to your computer and use it in GitHub Desktop.
Save wok/e54381bddd437d3e2b3f to your computer and use it in GitHub Desktop.
  1. Check if raygun certficiate is correct:

     ruby -rnet/https -e "Net::HTTP.get URI('https://api.raygun.io'); puts 'Everything ok.'"
    
  2. Check ruby default SSL store

     ruby -ropenssl -e 'puts OpenSSL::X509::DEFAULT_CERT_FILE'
    
  3. Append Euqifax Root Certificate to file from step 2

  4. Recheck

@wok
Copy link
Author

wok commented Jul 29, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment