Thanks @lukastribus. I did get this to work sort of… What I did was; I stopped the passive node, added the float ip to the haproxy config, added the new floating IP address via cibadmin --query tmp.xml
cmd then editing the file by adding in the new floating IP and running a cibadmin --replace --xml-file tmp.xml
. I would need to fail over the cluster to the other node before the new IP would be active. But we are going to go down the path of rebuilding the configs with a “bind *:443” in the frontend part of the config since this is easier for future growth and maintainability.