Thanks Jochen, it worked fine.
I've got another question. Using IE 5.5 with Windows 98. Once the CA
certificate is installed in the browser it does the handshake and loads the
page without a problem but when you check the certificate's properties you
see that IE gives an error with the certificate. It says that it cannot find
the certificate revocation list of one or more CAs. In this case the CA that
signed the certificate is the root one. Whereas with IE 5.5 in Windows 2000
it is fine.
Does anyone know what causes this? Do we need to show the browser the file
index.txt in some way?
Thanks,
Alan
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 12, 2001 2:00 PM
Subject: Re: asking for client certificates
> On 12 Mar, Alan McIlwain Perez wrote:
>
> > I am using the function SSL_get_peer_certificate( ) once the handshake
> > is finished, after the call to SSL_accept( ). Every time I get "client
> > does not have a certificate".
> You have to enable client verification first:
> SSL_CTX_set_verify( sslctx, SSL_VERIFY_PEER, NULL);
> or
> SSL_set_verify( ssl, SSL_VERIFY_PEER, NULL);
> before
> SSL_accept( ssl);
> --
>
>
>
> tschüß,
> Jochen
>
> Homepage: http://www.unixag-kl.fh-kl.de/~jkunz/
>
> ______________________________________________________________________
> OpenSSL Project http://www.openssl.org
> User Support Mailing List [EMAIL PROTECTED]
> Automated List Manager [EMAIL PROTECTED]
>
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]