I was using rackspace cloud load balancer to switch between two of my nodes. It was basically a active-passive setup in which the switch would take place in case primary node fails the http health monitoring. Everthing was working fine till I was using http port 80. (I basically had an apache as a proxy on the 2 nodes).
Later I decided to switch over from http to https port 443. However the https health monitoring detects both my nodes as unhealthy now. How do I debug this??
I have a *.example.com certificate configured on both the nodes in a particular virtual host for a particular servername abc.example.com .Is this issue related to certificate??
How do I debug this situation?
When I try switching everything over to http it works again, but I want to get this working over https.