mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Fix default OSCP stapling port.
Submitted by: Dr Stephen Henson <steve openssl.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@903026 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -414,6 +414,10 @@ static BOOL stapling_renew_response(server_rec *s, modssl_ctx_t *mctx, SSL *ssl,
|
||||
goto done;
|
||||
}
|
||||
|
||||
if (!uri.port) {
|
||||
uri.port = apr_uri_port_of_scheme(uri.scheme);
|
||||
}
|
||||
|
||||
*prsp = modssl_dispatch_ocsp_request(&uri, mctx->stapling_responder_timeout,
|
||||
req, conn, vpool);
|
||||
|
||||
|
Reference in New Issue
Block a user