So can you tell me why it's failing? I have checked the web page and it's responding to the requests:
https://152.16.195.187/test.html Returns "Test Page" as the source, and what I have in the config is: # Virtual Server for HTTPS virtual=152.16.195.204:443 real=152.16.195.187:443 gate # fallback=127.0.0.1:443 service=https virtualhost=vml-ftpdmz01 request="/test.html" receive="Test Page" scheduler=rr persistent=300 netmask=255.255.255.0 protocol=tcp checktype=negotiate ________________________________ From: Graeme Fowler <[email protected]> To: LinuxVirtualServer.org users mailing list. <[email protected]> Sent: Fri, April 1, 2011 11:26:45 AM Subject: Re: [lvs-users] Https not working with ldirectord only http working On Fri, 2011-04-01 at 08:19 -0700, Sal Lvs wrote: > [root@vml-pgplb ~]# ipvsadm -Ln > IP Virtual Server version 1.2.1 (size=4096) > Prot LocalAddress:Port Scheduler Flags > -> RemoteAddress:Port Forward Weight ActiveConn InActConn > TCP 152.16.195.204:443 rr persistent 300 mask 255.255.255.0 > -> 152.16.195.187:443 Route 0 0 0 There's the problem. The weight is zero, which means ldirectord has set it quiescent. In turn that means the test ldirectord carried out failed. Why? Graeme _______________________________________________ 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
