]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
*) mod_ssl: downgrade logging of requests without SNI when SSLStrictSNIVHostCheck...
authorEric Covener <covener@apache.org>
Tue, 9 Oct 2018 23:22:44 +0000 (23:22 +0000)
committerEric Covener <covener@apache.org>
Tue, 9 Oct 2018 23:22:44 +0000 (23:22 +0000)
              (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

STATUS
modules/ssl/ssl_engine_kernel.c

diff --git a/STATUS b/STATUS
index 3dae59aec796bf96a2281c502986538b9a430d73..36b87ce583609e527e0f98602549d7adf6fc045e 100644 (file)
--- 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
index 9b28830389fcbd699ac0cdc765b574981c6fe01a..d576a298ec7539f4ba16153fc1a36d826fd8c1be 100644 (file)
@@ -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",