SSL Setup Problem
Tony Zheng
tzheng@REDACTED
Tue Mar 7 03:23:05 CET 2006
Hi luvish
I met the same problem about SSL. Would you mind telling me how you can
solve it?
Thanks.
tony
>hi chandru,
> thanks for the reply. ssl:socket() was a mistake, I'm
>actually using ssl:listen() but still I've not been
>able to get it working properly. I don't know where
>i'm
>missing out.
> As soon as i start my server, the error is thrown,
>which i included in my last mail, showing that
>gen_server is terminating. if you can suggest some
>other solution, please help me.
>thanks
>/luvish
>--- Chandrashekhar Mullaparthi
> wrote:
> Hi,
>
> On 4 Jul 2005, at 09:36, luvish satija wrote:
>
> > Hello all,
> >
> > I am trying to set up ssl for erlang on my
> system
> > but facing some problems. I am using the following
> > .rel file for making boot script.
> >
> > {release, {"OTP APN 181 01","R10B"}, {erts,
> "5.4.6"},
> > [{kernel,"2.10.7"},
> > {stdlib,"1.13.7"},
> > {ssl, "3.0.5"}]}.
> >
> > Now, when I try to call make_script on this, I
> get
> > the following warnings:
> >
> > *WARNING* ssl: Source code not found:
> 'SSL-PKIX'.erl
>
> <snip>
> This is ok - the systools:make_script looks for
> source files under
> App/src directory. In this case, the source files
> are in a non-standard
> directory which is why you see these error messages.
>
> >
> > If I igonore these warnings and start the ssl
> > system using the produced boot script, then I am
> not
> > able to listen on any port using ssl:socket() and
> > following error is thrown:
>
> You should be listening using ssl:listen/2 -
> ssl:socket isn't even an
> exported function.
>
> cheers
> Chandru
>
>
More information about the erlang-questions
mailing list