You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2009/04/20 14:19:29 UTC

DO NOT REPLY [Bug 47055] SSLVerifyClient + Directory doesn't use cache sessions

https://issues.apache.org/bugzilla/show_bug.cgi?id=47055





--- Comment #1 from Mike <mi...@gmail.com>  2009-04-20 05:19:28 PST ---
it fails at SSL_get_peer_certificate() from ssl_engine_kernel.c

[Thu Apr 16 11:12:02 2009] [debug] ssl_engine_kernel.c(426): Changed client
verification type will force renegotiation
[Thu Apr 16 11:12:02 2009] [info] Requesting connection re-negotiation
[Thu Apr 16 11:12:02 2009] [debug] ssl_engine_kernel.c(616): Performing full
renegotiation: complete handshake protocol
<skip>
[Thu Apr 16 11:12:02 2009] [info] Awaiting re-negotiation handshake 


but if i compile apache with openssl.0.9.8e it works as expected:
[Thu Apr 16 11:48:40 2009] [debug] ssl_engine_kernel.c(426): Changed client
verification type will force quick renegotiation
[Thu Apr 16 11:48:40 2009] [info] Requesting connection re-negotiation
[Thu Apr 16 11:48:40 2009] [debug] ssl_engine_kernel.c(549): Performing quick
renegotiation: just re-verifying the peer
[Thu Apr 16 11:48:45 2009] [debug] ssl_engine_kernel.c(1770): OpenSSL: Write:
SSL negotiation finished successfully

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org