]> granicus.if.org Git - apache/commit
Reduce the WARNING to a DEBUG when SNI support is enabled.
authorDirk-Willem van Gulik <dirkx@apache.org>
Mon, 11 Feb 2008 15:38:47 +0000 (15:38 +0000)
committerDirk-Willem van Gulik <dirkx@apache.org>
Mon, 11 Feb 2008 15:38:47 +0000 (15:38 +0000)
commit7e66ef81fa2bf6c0492412a7de4e39b607317668
tree3a364c812a17a3f51659589cc8c0d5a59e19ace1
parent6f50e3665725e85cb14b83d70c071ffb3c99d756
Reduce the WARNING to a DEBUG when SNI support is enabled.

This is because a) during SNI such is normal and b) regardless
when overlap is detected there will always be a warning:

    [warn] Init: Name-based SSL virtual hosts only work for clients
       with TLS server name indication support (RFC 4366)

at the end of the cycle.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@620505 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_init.c