User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
On 04/04/2017 11:37 PM, Yehuda Katz
wrote:
The first warning is telling you that you are
serving regular HTTP traffic on what is usually an HTTPS port.
This is because you do not have any SSL configuration on the
virtual host on port 443. You need "SSLEngine on" and
certificate information at least.
thanks. fixed.
You can ignore the second warning about "server name
indication" unless you specifically want to support really old
and insecure browsers.
- Y
On Tue, Apr 4, 2017 at 10:47 PM, Robert
Moskowitz <rgm@xxxxxxxxxxxxxxx>
wrote:
I just
noticed the following in error_log on httpd startup:
[Tue Apr 04 21:20:43.030519 2017] [ssl:warn] [pid 15521]
AH01916: Init: (z9m9z.test.htt-consult.com:443)
You configured HTTP(80) on the standard HTTPS(443) port!
[Tue Apr 04 21:20:43.030759 2017] [ssl:warn] [pid 15521]
AH02292: Init: Name-based SSL virtual hosts only work for
clients with TLS server name indication support (RFC 4366)