On Tue, Jun 18, 2002 at 01:32:56PM -0400, Louis LeBlanc wrote:
> You mean the server is requesting a client cert from my app?
>
> This is what http://www.openssl.org/docs/ssl/SSL_get_error.html# says:
>
> SSL_ERROR_WANT_X509_LOOKUP
>
> The operation did not complete because an application c
On 06/18/02 06:59 PM, Lutz Jaenicke sat at the `puter and typed:
> On Tue, Jun 18, 2002 at 12:10:48PM -0400, Louis LeBlanc wrote:
> > The problem I'm seeing is apparently caused by a read or write attempt
> > returning SSL_ERROR_WANT_X509_LOOKUP. My understanding of this was
> > that I should sim
On Tue, Jun 18, 2002 at 12:10:48PM -0400, Louis LeBlanc wrote:
> The problem I'm seeing is apparently caused by a read or write attempt
> returning SSL_ERROR_WANT_X509_LOOKUP. My understanding of this was
> that I should simply try the read or write again. Apparently I was
> mistaken because the