SSL Setup Problem

Michael McDaniel erlang@REDACTED
Tue Jul 5 08:34:49 CEST 2005


On Mon, Jul 04, 2005 at 12:13:54PM +0100, luvish satija wrote:
> Hi Michael,
>   The symbolic link did the trick. Now i'm able to get
> the boot script without any warnings. 
>    But still no ssl application is working. To test it
> actually, i simply gave ssl:listen() in the command
> prompt and was welcomed by the following errors:
> 
> 
> root@REDACTED:~/lvs# erl -boot
> /home/maniyan/lvs/start_ssl -proto_dist inet_ssl
> -ssl_dist_opt client_certfile
> "/home/maniyan/lvs/ssl_server.pem" -ssl_dist_opt
> server_certfile "/home/maniyan/lvs/ssl_server.pem"
> -ssl_dist_opt verify 1 depth 1
> Erlang (BEAM) emulator version 5.4.6 [source] [hipe]
> 
> Eshell V5.4.6  (abort with ^G)
> 1> ssl:listen(4000,[binary]).
> ** exited: {normal,{gen_server,call,
>                                [ssl_server,
>                                
> {listen,<0.37.0>,{0,0,0,0},4000,[],5},
>                                 infinity]}} **
> 
> =ERROR REPORT==== 4-Jul-2005::16:42:38 ===
> ** Generic server <0.37.0> terminating
> ** Last message in was {listen,<0.35.0>,4000,[binary]}
> ** When Server state == {st,listener,
>                             <0.31.0>,
>                             <0.35.0>,
>                             <0.35.0>,
>                             nil,
>                             true,
>                             [],
>                             nil,
>                             nil,
>                             nil,
>                             false}
> ** Reason for termination ==
> ** {normal,{gen_server,call,
>                        [ssl_server,
>                        
> {listen,<0.37.0>,{0,0,0,0},4000,[],5},
>                         infinity]}}
> 
>      Now I don't know what does it mean and why it is
> comping because i'm doing all the things according to
> the manual. If you have any clue about this, or if you
> can suggest some other way, then it would really help
> me. 
> Thanks,
> /luvish
_______________________________________________________

I get same error on my version 5.4.4 system which runs ssl.

~Michael




More information about the erlang-questions mailing list