> From: owner-openssl-us...@openssl.org On Behalf Of Kyle Hamilton
> Sent: Thursday, August 07, 2014 16:48
> Your client is saying that it's failing the certificate verification of
> the server certificate. It's probably not using the CAfile that you
> passed to openssl s_client.
>
> -Kyle H
>
Hi Kyle,
Thanks
See below
On Thu, Aug 7, 2014 at 4:47 PM, Kyle Hamilton wrote:
> Your client is saying that it's failing the certificate verification of
> the server certificate. It's probably not using the CAfile that you
> passed to openssl s_client.
>
> -Kyle H
>
Actually, I can confirm t
Your client is saying that it's failing the certificate verification of
the server certificate. It's probably not using the CAfile that you
passed to openssl s_client.
-Kyle H
On 8/5/2014 12:19 PM, Ted Byers wrote:
> I have Perl code, which uses a library that in turn uses openssl for
> HTTPS co
I have Perl code, which uses a library that in turn uses openssl for
HTTPS connections. I have been trying to use Wireshark to diagnose
this, but I have yet to find a way to have it tell me what steps in
the SSL handshaking are happening at a given time (client hello,
server hello, &c.). Thus, I