Hi Chris, [...] > Can you write a simple program just using IO::Socket::SSL > that shows the > problem? If you can, then you should ask the IO::Socket::SSL > developers > about it...
thx for this hint. A newer version of IO::Socket::SSL (1.14) solved this problem. But now I get cant make initial connection: IO::Socket::SSL: SSL connect attempt failed with unknown errorerror:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE: certificate verify failed at ./x line 4, <DATA> line 253. when using verify => 'require'. Without this option the connection request succeeds. What am I missing here? I read a lot of reports about this error in the web, but never a solution. Is this also an IO::Socket::SSL problem? > > Cheers, > > Chris > Thx again. Bye. Michael.