in reply to Re^10: Soap::lite - https ?
in thread Soap::lite - https ?

I have tried to use this code on my linux server and it keeps dieing at the line:
my $daemon = HTTP::Daemon::SSL->new(LocalPort => 8001) || die;
I have HTTP::Daemon::SSL installed and I have the pem files in the certs directory.
Can anyone help me out with getting this working?
Thanks

Okay, I got the SSL Soap server working. I had to point the object at the server and cert pem files. When I run a test request though I get the 500 connection refused error.

Any help is appreciated.