1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

enable the verify callback for proxy

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94334 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Doug MacEachern
2002-03-30 06:20:16 +00:00
parent 51ee9a749e
commit 51bbfbacd5

View File

@@ -536,12 +536,7 @@ static void ssl_init_ctx_verify(server_rec *s,
verify |= SSL_VERIFY_PEER; verify |= SSL_VERIFY_PEER;
} }
if (mctx->pkp) { SSL_CTX_set_verify(ctx, verify, ssl_callback_SSLVerify);
/* XXX proxy */
}
else {
SSL_CTX_set_verify(ctx, verify, ssl_callback_SSLVerify);
}
/* /*
* Configure Client Authentication details * Configure Client Authentication details