Azure: After Uploading SSL CERTIFICATE through Application Gateway Listeners on azure ,URL is not hitting

808 views Asked by At

After creating Application Gateway Listeners and rules we have uploaded the SSL certificate(HTTPS) for Port:-443, but URL is not hitting. we are using application gateway WAF , App services, we have configured Listeners, Http setting and rules but still URL is not hitting. The same configuration is working perfectly on test environment. As the same we have configured on stage environment but this is not working. Please suggest any setting we missed. Server id not hitting

1

There are 1 answers

1
Rohit Tatiya On

As per the error screen shot its TCP_Error meaning its not hitting to SSL layer. Please make sure with the same backend you're able to connect over HTTP listener.

What is outcome of probe. Please make sure to refer probe result

Also I would suggest you to check "diagnose and Solve Problem" of Application gateway. enter image description here