Re: Problem with unknown CA

2011-04-30 Thread Mike Markley
Thanks, We're still learning a lot about how this all works. Tracked this down to a different issue in our code base. 2011/4/30 Ziyu Liu : > > At 2011-04-30 04:33:43,"Mike Markley" wrote: > >>I'm trying to establish an SSL connection with a server and my >>handshake is failing with 'alert unknown

Problem with unknown CA

2011-04-29 Thread Mike Markley
I'm trying to establish an SSL connection with a server and my handshake is failing with 'alert unknown ca' I'm using a self signed certificate and I'm also specifying SSL_VERIFY_NONE in my call to SSL_set_verify. Is this message indicating a problem with my self signed certificate or is it a probl