cannot get ssl working on windows
Posted: 13 August 2007 02:10 PM   [ Ignore ]
Newbie
Rank
Total Posts:  3
Joined  2007-08-13

thanks for the great work of cean. i have a problem starting ssl on windows. i am using cean-1.3.. when starting ssl, i got the following error:

1> ssl:start().                                         
++++ 076:687 ssl_server (<0.56.0>):  start, Cmd =  c:/cean/erlang/l
ib/ssl-3.1.1.1/priv/bin/ssl_esock -d
{error,{shutdown,{ssl_app,start,[normal,[]]}}}
=INFO REPORT==== 13-Aug-2007::08:52:56 ===
  application: ssl
  exited: {shutdown,{ssl_app,start,[normal,[]]}}
  type: temporary

i tried to run ssl_esock on command line as well as through os:cmd(). no problem.

i also tried to install the windows distribution from erlang.org. i was able to start ssl after i installed Win32 OpenSSL v0.9.8e from http://www.shininglightpro.com/products/Win32OpenSSL.html.

not sure if anything i am missing with cean. would really like to use some help from you. thank you.

(p.s. it was not a problem when i ran it on my linux box.)

Profile
 
 
Posted: 01 September 2007 10:44 PM   [ Ignore ]   [ # 1 ]
Moderator
Avatar
RankRankRankRank
Total Posts:  107
Joined  2006-11-13

do you have c:/cean/erlang/lib/ssl-3.1.1.1/priv/bin/ssl_esock.exe
or c:/cean/erlang/lib/ssl-3.1.1.1/priv/windows/bin/ssl_esock.exe

should be the first path

Profile
 
 
Posted: 02 September 2007 03:22 AM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  3
Joined  2007-08-13

thanks for getting back. yes i do see ssl_esock.exe in the cean install. it appears to be in the right path relative to my install path. i did not install right under c:. could that be a problem?

[edit] i quickly tried to install cean right under c:. did not seem to help.

Profile
 
 
Posted: 03 September 2007 07:12 AM   [ Ignore ]   [ # 3 ]
Moderator
Avatar
RankRankRankRank
Total Posts:  107
Joined  2006-11-13

installation path should not be a problem anyway

Profile