On Sat, Jun 19, 1999 at 07:50:33PM -0700, Claus Assmann wrote:
> OpenSSL 0.9.3a 29 May 1999 fails on FreeBSD 2.2.7-RELEASE
> one test:
>
> test sslv2 with client authentication
> client authentication
> ERROR in SERVER
> 9058:error:140710C7:SSL routines:REQUEST_CERTIFICATE:peer did not return a
>certificate:s2_srvr.c:838:
The earlier tests (see test/testssl script) succeeded? Then it looks
as if the test program for some reason did not manage to load the
client certificate or key. This is really strange as the situation is
quite similar in the previous server authentication test (the paths
are hardcoded in test/ssltest.c -- ../apps/server.pem and
../apps/client.pem). Maybe you have permission/ownership set
incorrectly for one of these files; otherwise please recompile with
debugging options and watch if something goes wrong during the call to
SSL_CTX_use_certificate_file() or ...PrivateKey_file in ssltest.c,
ca. line 330 ("if (client_auth) ...").
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]