Cannot able to access AKS application in browser
I am facing a issue, in a test pod (within the cluster), I can able to resolve the domain using cmd :
curl -v -k --resolve example.app.com:<Public_static_IP> https://example.app.com
This command seems to resolve CA certificate for SSL.
However, none of the below command is successful in this pod. Also, none of the curl command resolved when run on windows (external system).
On Windows:
C:\Users>curl -Iv <public_static_ip>
* Trying <public_static_ip>:443...
* Connected to <public_static_ip> (<public_static_ip>) port 443 (#0)
* schannel: disabled automatic use of client certificate
* schannel: using IP address, SNI is not supported by OS.
* ALPN: offers http/1.1
* schannel: failed to receive handshake, SSL/TLS connection failed
* Closing connection 0
curl: (35) schannel: failed to receive handshake, SSL/TLS connection failed
C:\Users>curl -Iv example.app.com
* Could not resolve host: example.app.com
* Closing connection 0
curl: (6) Could not resolve host: example.app.com]1