When you try to login to Azure (Azure CLI / Visual Studio Code) it will not succeed in Chrome. After the authentication phase your browser will be redirected to a HTTPS localhost URI. The browser will responded with the following message.
This site can’t provide a secure connection localhost sent an invalid response.
Try running Windows Network Diagnostics.
ERR_SSL_PROTOCOL_ERROR
This behavior is caused by a HTTPS policy within Chrome. To remove this policy you will have to do the following:
- Go to
chrome://net-internals/#hsts
- Under Delete domain security policies fill in localhost and click Delete.
Comments
Post a Comment