[erlang-questions] SSL Example does not work

Roger Wenham roger.wenham@REDACTED
Sat Feb 20 12:13:22 CET 2016


Hi Magnus,

Thought of that, but the test program starts:

start() ->
     %% Start ssl application
     application:start(crypto),
     application:start(public_key),
     application:start(ssl),
...

I obviously don't understand the difference between application:start(ssl) and ssl:start(). Shouldn't they do the same thing?

I will have to check that...

Regards,
Roger



On Fri, Feb 19, 2016 at 15:31 PM, Magnus Henoch<magnus@REDACTED>  wrote:

     You need to run ssl:start() before starting the example.

     Regards,
     Magnus




More information about the erlang-questions mailing list