i am using VMWare which has RHEL3 installed in it.
now i am running a perlscript which send request to server and gets the response back from it. Iam using https request to the port 443
to enable https i installed packages.
openssl
Crypt-SSLeay
Net-SSLeay
these packages were installed properly .
but while running my program am getting an error.
"500 connection failed: connect : connection refused "
please tell me what is the problem ..
the same script works fine in Windows xp platform .
so it cannot be syntax error.
please help me with what can be the problem for that error.
i also saw that it happens only for https..the script works fine with http.
please help me..
thanks in advance
Sunil
Posted on Mon Jul 24 19:20:58 2006
by robertin response to 2672
Re: https error
I am not too sure about this, but do you have openSSL libraries installed? I think I read somewhere that you would need them in order to use Crypt::SSLeay. Hope that helps.