Skip to content

Instantly share code, notes, and snippets.

@James-E-A
Created August 7, 2025 17:51
Show Gist options
  • Save James-E-A/c568cf9da86c9dddef17a6280298de42 to your computer and use it in GitHub Desktop.
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"
# https://github.com/hexpm/hex/pull/727#issuecomment-3165170464
export HEX_UNSAFE_HTTPS=1;
{
// 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