Skip to content

Instantly share code, notes, and snippets.

@malibeg
Created June 3, 2015 07:13
Show Gist options
  • Save malibeg/d33ee65224888d1dca67 to your computer and use it in GitHub Desktop.
Save malibeg/d33ee65224888d1dca67 to your computer and use it in GitHub Desktop.
REM Problems with Excon
Error: Unable to verify certificate, please set `Excon.defaults[:ssl_ca_path] = path_to_certs`, `Excon.defaults[:ssl_ca_file] = path_to_file`, or `Excon.defaults[:ssl_verify_peer] = false` (less secure). (Excon::Errors::SocketError)
Excon.defaults[:ssl_verify_peer] = false
propmt>set SSL_CERT_FILE=C:\HashiCorp\Vagrant\embedded\cacert.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment