[erlang-questions] More SSL problems

Chandru chandrashekhar.mullaparthi@REDACTED
Mon Oct 23 18:17:54 CEST 2006


On 20/10/06, Jordan Wilberding <wilbjor@REDACTED> wrote:
>
> It seems like whenever I ask a question about SSL I never get a straight
> answer. Should SSL be completely working with Erlang/OTP?
>
> I have had problems getting ssl_dist to work, but even more oddly I seem
> to randomly get the following error:
>
> [erlang@REDACTED test]$ erl -name test
> Erlang (BEAM) emulator version 5.5 [source] [async-threads:0] [hipe]
>
> Eshell V5.5  (abort with ^G)
> (test@REDACTED)1> ssl:start().
>
> =INFO REPORT==== 20-Oct-2006::11:04:58 ===
>     application: ssl
>     exited: {shutdown,{ssl_app,start,[normal,[]]}}
>     type: temporary
> {error,{shutdown,{ssl_app,start,[normal,[]]}}}
>
> It doesn't happen either, it just seems to come and go. Is SSL just flaky?


Start the sasl application first. Then you might see some more meaningful
error reports.

cheers
Chandru
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20061023/8bb846bb/attachment.htm>


More information about the erlang-questions mailing list