mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
Avoid unnecessary renegotiations with SSLVerifyDepth 0.
PR: 48215 Submitted by: Kaspar Brand <asfbugz velox ch> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1137394 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -339,6 +339,7 @@ static SSLConnRec *ssl_init_connection_ctx(conn_rec *c)
|
||||
sslconn = apr_pcalloc(c->pool, sizeof(*sslconn));
|
||||
|
||||
sslconn->server = c->base_server;
|
||||
sslconn->verify_depth = UNSET;
|
||||
|
||||
myConnConfigSet(c, sslconn);
|
||||
|
||||
|
Reference in New Issue
Block a user