in reply to Re^5: Can Log4Perl integrated with LWP log SSL/TLS handshaking?
in thread Can Log4Perl integrated with LWP log SSL/TLS handshaking?
Thanks
I finally did solve the problem with connecting to that server using openssl s_client. I can now reliably connect using that
The problem that remains is that although I provide the same information to my client, written in Perl, the server fails to send it's certificate. This is a puzzle since I have no problem using the same code when connecting to the servers I control, which are set up to require client side certificates also. In those cases, both certificates are exchanged and verified successfully, and the requested data retrieved. Is there any chance that openssl s_client does anything that the LWP user agent, using IO::SOCKET::SSL doesn't do?
Thanks
Ted
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Can Log4Perl integrated with LWP log SSL/TLS handshaking?
by noxxi (Pilgrim) on Aug 06, 2014 at 17:39 UTC | |
by ted.byers (Monk) on Aug 06, 2014 at 19:19 UTC | |
by noxxi (Pilgrim) on Aug 07, 2014 at 07:07 UTC | |
by ted.byers (Monk) on Aug 07, 2014 at 15:26 UTC |