Hi,
I am currently running an intranet on two HTTP CentOS servers acting in HA, sharing one IP address and using Heartbeat for fail-over.
I am looking to convert HTTP to HTTPS using SSL and self-signed certificates.
SSL and HA independently work, but apparently not together: the Apache server does not start on SSL with the shared IP. set, as it is cannot bind to that IP:443.
What is available out there as Fail over on SSL on a CentOS environment?
Thanks