I had attempted to set up ES in a configuration where the management site was HTTPS where the SSL terminated at the gateway and came in on the usual external 2113 port. However, I was unable to gossip on that.
Example:
https://myeventstore.mycompany.com/ – dns entry pointed to 13.27.43.22 which is a gateway IP
Gateway does SSL termination and forwards traffic to 10.0.2.6:2113
ExtIpAdvertiseAs is set to the 13.27.43.22
I could not get gossip to come back when my seed was “13.27.43.22:443”. Does ES not support a gateway SSL termination?