Re: handshake failure in SSL_read occasionally

2002-06-21 Thread Ming Zeng
Thanks Lutz for the helpful information. Could this be an IIS configuration issue? Mike >From: Lutz Jaenicke <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Subject: Re: handshake failure in SSL_rea

Re: handshake failure in SSL_read occasionally

2002-06-21 Thread Zeng, Ming
Hi Lutz Thanks a lot for taking time reading my post and helping me figure out the problem. Maybe I am too stupid to figure out how to reply to your question from your message directly, so I choose to do it my way. Yes. error:140940E5:SSL routines:SSL3_READ_BYTES:ssl handshake failure is the

Re: handshake failure in SSL_read occasionally

2002-06-21 Thread Lutz Jaenicke
On Fri, Jun 21, 2002 at 10:18:51AM -0400, Zeng, Ming wrote: > Maybe I am too stupid to figure out how to reply to your question from your > message directly, so I choose to do it my way. > > Yes. error:140940E5:SSL routines:SSL3_READ_BYTES:ssl handshake failure is > the only error my program kee

Re: handshake failure in SSL_read occasionally

2002-06-21 Thread Lutz Jaenicke
On Fri, Jun 21, 2002 at 12:36:55AM +, Ming Zeng wrote: > I have a multithreade application which uses OpenSSL to get contents from > HTTPS server (here an IIS server). The HTTPS server requires client side > certificate. > > My program uses: > SSL_CTX_set_mode(ctx, SSL_MODE_AUTO_RETRY