Commit c6211217 authored by Eric Covener's avatar Eric Covener
Browse files

  *) 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
parent ad1a1ca6
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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",