On Mon, 6 Sep 2010 15:12:34 +0530 gaurav jha wrote: > The problem is my handshake goes through successfully, but in > application data stage client initiates the renegotiation upon which > i get thrown an error and the connection terminates. I did enable > SSLInsecureRenegotiation directive, but the error persists.
SSLInsecureRenegotiation setting and RFC 5746 support on the client side do not matter in your case, current mod_ssl always rejects client initiated renegotiation. th. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
