
01-19-2009, 07:06 AM
|
|
New Member
|
|
Join Date: Jan 2009
Posts: 8
|
|
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!
2009-01-19 05:01:26.168 ERROR HttpServer::addListener(ssl-reports) failed to create new listener
2009-01-19 05:01:26.168 ERROR [config:server:listener:ssl-reports] failed to start SSL listener on address 1.2.3..201:443!
do i need to add another IP -- so the SSL's listeners wont use the main IP?
|