Re: HTTPS and LVS

Barry Brimer <[email protected]> Fri, 24 Apr 2009 07:54:37 -0500 (CDT)
Newsgroups gmane.linux.redhat.piranha
Message-ID <[email protected]>
> I have tried to go live today with HTTPS in Piranha with lvs, and have 
> failed miserabled.
>
> HTTP seems to work fine though.  Is there any specific procedure for 
> this?

You might comment out the send and expect lines in your lvs.cf file for 
the https virtual servers.  Instead of getting checked with actual 
requests, it should be checked whether in can open a generic tcp 
connection to your https service.  The better answer is to use a 
send_program .. which you can use a script the calls wget/lynx/links to do an 
actual https request to see if the https service works correctly, instead 
of just seeing if a connection can be opened.

Barry