install multiple SSL sites on one VPS
I tried to fix this error by installing extra IPs. Each IP for different domain name. Still doesn't work.
Then I edit the conf file and added each IP to each domain name's port 443. It works!
Instead of "listen :443;", use ""listen 198.58.101.98:443;" Like this
listen 198.58.100.75:443;
server_name firstdomain.com;
listen 198.58.101.98:443;
server_name seconddomain.com;
I use nginx.
5 Replies
@Yifan:
It goes well with chrome and and firefox, but not with IE (default setting).
This is the result of varying support for(SNI). Server Name Indication
If it was just IE6, it'd be safe to use now (IE6's marketshare is well under 1% in most countries), but sadly SNI isn't supported at all by IE on WinXP, regardless of version.