Elixir - problems with https URLs

大憨熊 提交于 2019-12-01 03:56:32

Mystery solved. I posted this question to the Elixir-lang group and this is a known bug in Erlang OTP 17.3. The solution is to apply a patch, wait for the next version, or downgrade to OTP 17.1.

Details here: https://groups.google.com/forum/#!topic/elixir-lang-talk/xsAEzCfmRoQ

Either downgrade to Erlang 17.1 or use the latest release tag "OTP-17.3.4" from GitHub - https://github.com/erlang/otp/releases

Incase you choose to use the "OTP-17.3.4" release tag from GitHub, then once you download the source and untar/unzip it, run ./otp_build autoconf, before you run the usual build instructions (./configure, make, make install).

17.3.4 is an internal release and hence no releases are available on the official Erlang site. [source: https://twitter.com/brucify/status/537240367239016448]. Although, I do see that Erlang Solutions site has builds called 17.3 rev2.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!