There was a small regression on Windows, so v1.15.2 has been released: Release v1.15.2 · elixir-lang/elixir · GitHub
9 Likes
Trying out Elixir 1.15.2 + OTP 26.02 on a Windows2016 server installation for a client:
I cant move beyond this error:
** (Mix) httpc request failed with: {:failed_connect, [{:to_address, {~c"builds.hex.pm", 443}}, {:inet, [:inet], {:tls_alert, {:unknown_ca, ~c"TLS client: In state wait_cert_cr at ssl_handshake.erl:2138 generated CLIENT ALERT: Fatal - Unknown CA\n"}}}]}
Can you open https://builds.hex.pm/ in IE on that machine without error?
Mix should try to validate the TLS cert using the trusted CAs on the system (via :httpc. ssl_verify_host_options/1).
sorry, was an internet issue on that server.
it worked once that was resolved.
thanks!