SSL certificate and domain

palb

Well-Known Member
#1
SSL isn't my strong side. But have I understood it correct, that you connect a certificate to a Listener not a domain? That means :443 will be taken for one Listener? Is there any way of doing it like apache, connect it to domain instead?
 

mistwang

LiteSpeed Staff
#2
Use IP based vhost, each SSL vhost got a dedicate IP.
Same for apache.

In LSWS, just create a listener for each <IP>:443, map to vhosts.
 
Top