Created
July 21, 2015 11:55
-
-
Save Godoy/7e561134ec688bf24e6d to your computer and use it in GitHub Desktop.
bug ssl em windows (rails) sass ssl_connect certificate verify failed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - 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