[erlang-questions] SSL Example does not work

Loïc Hoguin essen@REDACTED
Sat Feb 20 14:32:35 CET 2016


On 02/20/2016 12:13 PM, Roger Wenham wrote:
> Hi Magnus,
>
> Thought of that, but the test program starts:
>
> start() ->
>      %% Start ssl application

It's missing
        application:start(asn1).

>      application:start(crypto),
>      application:start(public_key),
>      application:start(ssl),
> ...

-- 
Loïc Hoguin
http://ninenines.eu
Author of The Erlanger Playbook,
A book about software development using Erlang



More information about the erlang-questions mailing list