Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Mon Dec 03, 2012 11:54 am 
Offline
Senior Newbie

Joined: Mon Dec 03, 2012 11:40 am
Posts: 5
You can install multiple SSL sites on one VPS and one IP. It goes well with chrome and and firefox, but not with IE (default setting). Under IE, the the second site's SSL will be mismatched.

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.


Last edited by Yifan on Sat Dec 08, 2012 5:46 am, edited 1 time in total.

Top
   
PostPosted: Wed Dec 05, 2012 1:09 am 
Offline
Senior Member
User avatar

Joined: Sun Jan 18, 2009 2:41 pm
Posts: 830
Yifan wrote:
It goes well with chrome and and firefox, but not with IE (default setting).

This is the result of varying support for Server Name Indication (SNI).


Top
   
PostPosted: Wed Dec 05, 2012 11:37 am 
Offline
Senior Member
User avatar

Joined: Tue May 26, 2009 3:29 pm
Posts: 1691
Location: Montreal, QC
It'll be a few years yet until SNI is safe to use. 2014-2015, probably, since WinXP EOLs in 2014.

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.


Top
   
PostPosted: Sat Dec 08, 2012 5:46 am 
Offline
Senior Newbie

Joined: Mon Dec 03, 2012 11:40 am
Posts: 5
No, it's not just IE6. I have IE9 on windows 7 and it still has problems if "Use TLS1.0 (1.1, 1.2)" options are not turned on.


Top
   
PostPosted: Sat Dec 08, 2012 8:35 am 
Offline
Senior Member
User avatar

Joined: Sat Aug 30, 2008 1:55 pm
Posts: 1739
Location: Rochester, New York
Any browser will have problems if you turn off TLS, not just IE...

_________________
Code:
/* TODO: need to add signature to posts */


Top
   
PostPosted: Sat Dec 08, 2012 11:17 pm 
Offline
Senior Newbie

Joined: Mon Dec 03, 2012 11:40 am
Posts: 5
By default, under internet options,Use SSL 2.0 and Use SSL 3.0 are checked, TLS options are not checked. That's why IE has problems.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group