Created
August 7, 2025 17:51
-
-
Save James-E-A/c568cf9da86c9dddef17a6280298de42 to your computer and use it in GitHub Desktop.
Elixir fix "Failed to fetch record…from registry" / "ssl_handshake.erl:… generated CLIENT ALERT: Fatal - Unknown CA"
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
# https://github.com/hexpm/hex/pull/727#issuecomment-3165170464 | |
export HEX_UNSAFE_HTTPS=1; |
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
{ | |
// Visual Studio Code: File > Preferences > Settings > User > Terminal > Integrated > Env | |
"terminal.integrated.env.windows": { | |
"HEX_UNSAFE_HTTPS": "1" // https://github.com/hexpm/hex/pull/727#issuecomment-3165170464 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment