nginx-amplify-agent icon indicating copy to clipboard operation
nginx-amplify-agent copied to clipboard

SNI Warnings

Open mkaand opened this issue 4 years ago • 4 comments

Hi,

I have no idea how to fix SNI warnings. My server doesn't use IPv6. I see following warnings:

Warnings SNI Name-based virtual hosts with SSL require SNI. Although all major browsers support SNI, it's worth checking the compatibility matrix here. listen *:443; Check the following files: /home/admin/conf/web/xxxxxxxxxxx.nginx.ssl.conf, line 1 /home/admin/conf/web/xxxxxxxxxxxxxxxx.nginx.ssl.conf, line 1 SNI Name-based virtual hosts with SSL require SNI. Although all major browsers support SNI, it's worth checking the compatibility matrix here. listen *:443; Check the following files: /home/admin/conf/web/xxxxxxxxxxxxxxxxxx.nginx.ssl.conf, line 1 /home/admin/conf/web/xxxxxxxxxxxxxxxxx.nginx.ssl.conf, line 1 SNI Name-based virtual hosts with SSL require SNI. Although all major browsers support SNI, it's worth checking the compatibility matrix here. listen *:443; Check the following files: /home/admin/conf/web/xxxxxxxxxxx.nginx.ssl.conf, line 1 /home/admin/conf/web/xxxxxxxxxxxxxxxx.nginx.ssl.conf, line 1

And sample config file:

server { listen 443 ssl http2; server_name xxxxxxxxxxxxxxxxxxxx; ssl_certificate /home/admin/conf/web/ssl.xxxxxxxx.pem; ssl_certificate_key /home/admin/conf/web/ssl.xxxxxxxxxxx.key; error_log /var/log/apache2/domains/xxxxxxxxxxxxx.error.log error;

location / {

mkaand avatar Mar 23 '20 11:03 mkaand