From: Eric Covener Date: Tue, 9 Oct 2018 23:22:44 +0000 (+0000) Subject: *) mod_ssl: downgrade logging of requests without SNI when SSLStrictSNIVHostCheck... X-Git-Tag: 2.4.36~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ca1c558671f322b17561c538c933cb7cec0e036;p=thirdparty%2Fapache%2Fhttpd.git *) mod_ssl: downgrade logging of requests without SNI when SSLStrictSNIVHostCheck is on (just a quality of life improvement for log-reading admins): trunk: http://svn.apache.org/r1841446 trunk: http://svn.apache.org/r1841455 2.4.x branch: svn merge -c 1841446,1841455 ^/httpd/httpd/trunk . +1: icing, minfrin, jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1843369 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 3dae59aec79..36b87ce5836 100644 --- a/STATUS +++ b/STATUS @@ -124,13 +124,6 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] - *) mod_ssl: downgrade logging of requests without SNI when SSLStrictSNIVHostCheck is on - (just a quality of life improvement for log-reading admins): - trunk: http://svn.apache.org/r1841446 - trunk: http://svn.apache.org/r1841455 - 2.4.x branch: svn merge -c 1841446,1841455 ^/httpd/httpd/trunk . - +1: icing, minfrin, jim - *) ab: print Server Temp Key information. trunk patch: http://svn.apache.org/r1738415 http://svn.apache.org/r1826930 diff --git a/modules/ssl/ssl_engine_kernel.c b/modules/ssl/ssl_engine_kernel.c index 9b28830389f..d576a298ec7 100644 --- a/modules/ssl/ssl_engine_kernel.c +++ b/modules/ssl/ssl_engine_kernel.c @@ -356,7 +356,7 @@ int ssl_hook_ReadReq(request_rec *r) * server config we used for handshaking or in our current server. * This should avoid insecure configuration by accident. */ - ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO(02033) + ap_log_rerror(APLOG_MARK, APLOG_INFO, 0, r, APLOGNO(02033) "No hostname was provided via SNI for a name based" " virtual host"); apr_table_setn(r->notes, "error-notes",