Re: SSL_Accept() failing with error SSL_ERROR_SSL

2009-04-27 Thread Kyle Hamilton
Are you appropriately calling SSL_clear() after your connection is shut down? -Kyle H On Mon, Apr 27, 2009 at 3:08 PM, Dave Thompson wrote: >>       From: owner-openssl-us...@openssl.org On Behalf Of Prokash Sinha >>       Sent: Friday, 24 April, 2009 16:45 > >>       I'm trying to understand wh

RE: SSL_Accept() failing with error SSL_ERROR_SSL

2009-04-27 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Prokash Sinha > Sent: Friday, 24 April, 2009 16:45 > I'm trying to understand why this following code is failing > the second or third time... Is it a good way ( meaning first accept() > without ssl, then do those association