I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2006-07-22 10:06:55-07 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 2006-07-24 16:20:58-07 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.
Direct Responses: Write a response
Posted on 2007-01-30 11:06:49-08 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

Direct Responses: Write a response