in reply to IO::Socket::SSL - Timeout IO::Socket::INET configuration failed
orin place of your client code: openssl s_client -debug -connect servername:port
and make (or receive) a connection you should get a wealth of info that might help figure out the timing problem.in place of your server code: openssl s_server -debug -accept port
|
|---|