Skip to content

Instantly share code, notes, and snippets.

@Godoy
Created July 21, 2015 11:55
Show Gist options
  • Select an option

  • Save Godoy/7e561134ec688bf24e6d to your computer and use it in GitHub Desktop.

Select an option

Save Godoy/7e561134ec688bf24e6d to your computer and use it in GitHub Desktop.
bug ssl em windows (rails) sass ssl_connect certificate verify failed
- Fazer download do arquivo e salvar no Desktop
https://gist.github.com/fnichol/867550/raw/win_fetch_cacerts.rb
- Abra o cmd e cole codigo abaixo
ruby "%USERPROFILE%\Desktop\win_fetch_cacerts.rb"
- Insira a variável de ambiente abaixo:
Variavel: SSL_CERT_FILE
Valor: C:\RailsInstaller\cacert.pem
- Reinicie o windows
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment