Multiple SSL hosts on one ip address in Nginx

From MyWiki
Revision as of 09:04, 26 August 2015 by George2 (Talk | contribs)

Jump to: navigation, search

Reference : https://www.digitalocean.com/community/tutorials/how-to-set-up-multiple-ssl-certificates-on-one-ip-with-nginx-on-ubuntu-12-04 Make sure that SNI ( Server Name Indication ) is enabled on the server ( nginx -V )
After displaying the nginx version, you should see the line : TLS SNI support enabled