Hi Avinash
Greetings!
The 502 error with an SSL certificate mismatch in Azure Front Door (AFD) typically indicates that the SSL certificate presented by the origin (your VM running IIS) does not match the domain name being requested
1). In IIS, check the bindings for your site:
- Open IIS Manager.
- Select your site and click on "Bindings" in the right-hand menu.
- Ensure that the binding for HTTPS is set to the correct IP address (or "All Unassigned") and that the correct SSL certificate is selected.
2). You can use tools like SSL Labs to test the SSL configuration of your VM and see if there are any issues with the certificate chain.
3). Test accessing the application directly using the public IP of the VM or the domain name rhino.micology.com
to ensure that it is reachable, and that the SSL certificate is working correctly without AFD in the middle.
Meantime,
- Could you please share the VM public IP address via Private messages to troubleshoot the SSL configuration on the domain.
Can you please update us if the action plan provided by was helpful?
Should there be any follow-up questions or concerns, please let us know and we shall try to address them.