iex(1)> :ssl.start()
** (UndefinedFunctionError) function :ssl.start/0 is undefined (module :ssl is not available)
:ssl.start()
So, I should install erlang 22.0.7 with asdf? I’m on it !
iex(1)> :ssl.start()
** (UndefinedFunctionError) function :ssl.start/0 is undefined (module :ssl is not available)
:ssl.start()
So, I should install erlang 22.0.7 with asdf? I’m on it !