Can anyone point me in the right direction in regards to the SSL setup? 



________________________________
From: Sal Lvs <[email protected]>
To: [email protected]
Sent: Thu, March 24, 2011 11:47:21 AM
Subject: [lvs-users] Https not working with ldirectord only http working

I'm having problems with the ldirectord working with SSL connections. I was 
able 

to get http working just fine, but https is not working. When I look at the 
connections I'm only seeing the packets reach the real server, but I don't see 
any replies going back to the client. 


---------------------------------
|         Director Server       |
|    eth0 10.10.10.2/24        |
|    eth0:0 10.10.10.5/32    |
---------------------------------


Real Server1 : eth0 10.10.10.3/24; lo 10.10.10.5/32
Real Server2 : eth0 10.10.10.4/24; lo 10.10.10.5/32


Config is attatched below: 

# Global Directives
checktimeout=10
checkinterval=2
#fallback=127.0.0.1:80
autoreload=no
logfile="/var/log/ldirectord.log"
#logfile="local0"
#quiescent=no

# Virtual Server for HTTPS
virtual=10.10.10.5:443
        fallback=127.0.0.1:443
        real=10.10.10.4:443 gate
        service=https
        request="test.html"
        receive="Test Page"
        scheduler=rr
        persistent=300
        protocol=tcp
#    checktype=negotiate

# Virtual Server for HTTPS
virtual=10.10.10.5:443
        real=10.10.10.3:443 gate 1
#        fallback=127.0.0.1:443
        service=https
        request="test.html"
        receive="Test Page"
        scheduler=wlc
        persistent=300
        protocol=tcp
#    checktype=negotiate



      
_______________________________________________
Please read the documentation before posting - it's available at:
http://www.linuxvirtualserver.org/

LinuxVirtualServer.org mailing list - [email protected]
Send requests to [email protected]
or go to http://lists.graemef.net/mailman/listinfo/lvs-users



      
_______________________________________________
Please read the documentation before posting - it's available at:
http://www.linuxvirtualserver.org/

LinuxVirtualServer.org mailing list - [email protected]
Send requests to [email protected]
or go to http://lists.graemef.net/mailman/listinfo/lvs-users

Reply via email to