The SSH Tool under Development Tools fails in Chrome Browser but works in Safari

Dhananjay Agarwal 20 Reputation points
2025-07-30T16:49:30.6933333+00:00

When I use the SSH tool under Development Tools in Azure Web Apps, or use the default App Domain link in webapp Overview such as xxxx.eastus2-01.azurewebsites.net, I get the following message:

This site can’t provide a secure connection

xxxx.eastus2-01.azurewebsites.net sent an invalid response.

ERR_SSL_PROTOCOL_ERROR

However, this issue doesn't arise when using Safari. Does anyone know what is causing this and how I can fix this in the Chrome Browser?

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Divyesh Govaerdhanan 8,345 Reputation points
    2025-07-30T23:35:14.7066667+00:00

    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.

    1. In Chrome, open this URL: chrome://net-internals/#hsts
    2. Under "Delete domain security policies", enter your domain (xxxx.eastus2-01.azurewebsites.net) and click Delete.
    3. Then clear SSL state:Settings → Privacy and security → Security → Advanced → Manage Certificates → Clear SSL state
    4. 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!!


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.