[lvs-users] Https not working with ldirectord only http working
Sal Lvs
sal_lvs at yahoo.com
Thu Mar 24 15:47:21 GMT 2011
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
More information about the lvs-users
mailing list