Tim Hudson wrote:
>
> Try connecting with
>openssl s_client -state -debug -connect hostname:port and see what
> details
> are returned in the server certificate - that will at least tell you what
> algorithms are used by the server certificate.
>
> Are you sure you are actaully calling O
pbirk wrote:
I'm trying to use IO-Socket-SSL-1.13_5, Net-SSLeay 1.32 and OpenSSL 0.9.7j.
I have the Perl module coded the following way.
Try connecting with
openssl s_client -state -debug -connect hostname:port and see what details
are returned in the server certificate - that will at
I'm trying to use IO-Socket-SSL-1.13_5, Net-SSLeay 1.32 and OpenSSL 0.9.7j.
I have the Perl module coded the following way. When $ssl_verify_mode =
0x01 to verify the peer certificate, I get the error below. I'm using the
same self-signed certificate on the server as I'm using on the client