From: Doug MacEachern Date: Sat, 30 Mar 2002 06:20:16 +0000 (+0000) Subject: enable the verify callback for proxy X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8312a43454bd66e414d03cee6b47e05d302aed5;p=thirdparty%2Fapache%2Fhttpd.git enable the verify callback for proxy git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@94334 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/ssl_engine_init.c b/ssl_engine_init.c index 5cf106837c8..3d299572eab 100644 --- a/ssl_engine_init.c +++ b/ssl_engine_init.c @@ -536,12 +536,7 @@ static void ssl_init_ctx_verify(server_rec *s, verify |= SSL_VERIFY_PEER; } - if (mctx->pkp) { - /* XXX proxy */ - } - else { - SSL_CTX_set_verify(ctx, verify, ssl_callback_SSLVerify); - } + SSL_CTX_set_verify(ctx, verify, ssl_callback_SSLVerify); /* * Configure Client Authentication details