in reply to Re: How to debug failure in HTTP::Daemon::SSL->new()
in thread How to debug failure in HTTP::Daemon::SSL->new()
Oh. Any luck with the debugger?
HTTP::Daemon::SSL inherits its new() method pretty much directly from IO::Socket::SSL, so the problem should be coming from there. That module had a release just a few days ago, perhaps you could try pulling the latest version of that and opening a socket with that, maybe that'll get you an improvement, or at least an error message?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: How to debug failure in HTTP::Daemon::SSL->new()
by jonadab (Parson) on Apr 29, 2014 at 17:17 UTC |