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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user