![]() |
ssl in lslb
Hi
I hope you guys can help me on this one :) I'm running litespeed Load balancer and I'm having problems setting up 2 diferents listeners with SSL What i have 2 virtual host -- one site on each 1 Default listener -- with the 2 VH mapped on port 80 and i have created 2 diferents secure listeners to run on port 443 and each listener will have their own SSL CERT; however, Litespeed wont let me to run to listener at the time I got this error :( Code:
2009-01-19 03:03:01.003 ERROR HttpListener::start(): Can't listen at address ssl-login: Address already in use! |
You need two IPs, and create SSL listener for each individual IP instead of "*:443".
|
thanks for your reply
I actually thought that and tried but got the same results I have two IPs in the LB server 1.2.3.200 -- this is the main IP for the LB server eth0 1.2.3.201 -- this would be eh0:1 I assigned 1.2.3.200 to SSL listener # 1 and works I assigned 1.2.3.201 to SSL listener # 2 but still get the same error Code:
2009-01-19 05:01:26.168 ERROR HttpListener::start(): Can't listen at address ssl-reports: Address already in use! |
For first listener, you have to change it from "*:443" to "1.2.3.200:443"
|
yes, I do have it that way
Code:
Running ssl-1 1.2.3.200:443 [vh.com] www.domain1.com domain.com |
Please PM me the login to the web console, I can take a look.
|
I think you need to stop it from command line, the start it again.
no to use "restart" from command line or web console. Make sure the second IP does exist. |
restaring from command line did it
thx man. |
now i have some other strange problem
site-1 is working ok... however, site-2 seems to be reading the site-1's cert file eventhough the path is correct $SERVER_ROOT/ssl/site-2.crt I have no errors nor warnings any ideas? |
make sure site-1.crt and site-2.crt are not identical.
|
| All times are GMT -7. The time now is 04:54 PM. |