Hello,
Welcome to Microsoft Q&A,
This could most likely be related to SSL/TLS handshake compatibility, browser-specific caching, or certificate handling. Chrome is stricter about certificate policies and may cache old/broken SSL states.
- In Chrome, open this URL:
chrome://net-internals/#hsts
- Under "Delete domain security policies", enter your domain (
xxxx.eastus2-01.azurewebsites.net
) and click Delete. - Then clear SSL state:
Settings → Privacy and security → Security → Advanced → Manage Certificates → Clear SSL state
- Restart Chrome and try again.
If this does not help, please check Chrome extensions (ad blockers, firewalls) or antivirus software (e.g., Avast, Kaspersky) as these can strip SSL headers or block ports (like 443). Try incognito.
Please Upvote and accept the answer if it helps!!