Hi,
strange things i cannot explain. i hope someone of you can help me.
We have a ServerX with the IP 10.1.20.35 where some https services are running. now another service called "version-check" wants to check the version numbers of all other services on this ServerX and of course on another servers.
Because the Services are available to the outside partially, we have them bound behind a classic SLB with the IP 10.30.1.14 for example. So when our app tries to contact https://service1.example.com it will come to 10.30.1.14 but the server somehow cannot get the response this way.
so this works:
curl -k --header "Host: service1.example.com" https://10.1.20.35/version
this not:
curl https://service1.example.com/version
curl tries to contact the SLB IP but is stuck there. Can anyone help me? The Server has a FW-Rule which allows him to contact itself trough the SLB, so:
ServerX -> https -> ServerX and the FW Live Log shows me green SYN packages but there is no response.
This thread was automatically locked due to age.