Thread

Posted on Sat Jul 22 13:06:55 2006 by sunilcnair
https error
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
Direct Responses: 2683 | 4203 | Write a response
Posted on Mon Jul 24 19:20:58 2006 by robert in 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.
Write a response
Posted on Tue Jan 30 13:06:49 2007 by grinder in response to 2672
Re: https error

The error message indicates that the program attempted a connection, but there was nothing listening on the other end.

Is this still a problem? Have you resolved the issue?

Regards,
the current maintainer of Crypt-SSLeay

Write a response