Problem with Multiple SSL Certificates

#1
I'm running Litespeed 4.011 on Linux 2.6.27.

This server hosts some 5 or 6 domains all of which point to the same IP address and 2 of which are set up for SSLhave associated SSL certificates.

I have 4 listeners, all listening to the same IP address (there is only one), one listening to port 80, one listening to port 8080 and 2 (ssl ones) listening to port 443 (which, I guess, is where the problem lies).

I have separate virtual hosts for each domain, including separate virtual hosts for each of the open and secure versions of the 2 ssl protected domains.

Although each port 443 listener is associated with a different virtual host, I get an error when Litespeed re-boots and tries to listen to the second iinstance of port 443.

I need to have 2 different domain names, each using different SSL certificates running on the same server, accessed by the same IP address and port number.

How do I configure Litespeed to enable this?

TIA

Doug
 
#4
I can see that this post is 5 years old almost but still i could not setup multiple SSL domains on a single port 443.

I have 4 listeners one port 80 and 3 port 443. I think this is causing the issue. I am using "Litespeed Web Server Standard v4.2.20" but still seems it doesnt support multiple ssls on a single IP/Port.

Can you guys explain me if i am doing something wrong?
 
#5
Sorry, I fixed the issue by setting up a single listener on port 443 with a valid SSL certificate and then added all the domains under this listener with their own SSL certificates and now it works perfectly.

Thanks
 
Top