TLS connection error

hhopkins 1 Reputation point
2020-12-22T15:16:22.78+00:00

I have a web app running on Azure "Cloud Service (Classic)" VMs on Windows Server 2012 R2. My TLS certificate is valid (I just double checked) but as of a few weeks ago (maybe longer) my HTTPS endpoint now returns an ERR_CONNECTION_RESET. The HTTP endpoint resolves fine. Other than updating my certificate a year ago, I have changed nothing of significance on my VM configuration (as far as I can tell). Can anyone suggest some steps to troubleshoot? I am at a loss how to figure this out since I changed very little in the past year. I thought maybe my site was still somehow using SSL and not TLS, but from what I've read, TLS is the default on 2012. Any advice would be appreciated.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,124 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,868 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Lex Li (Microsoft) 4,662 Reputation points Microsoft Employee
    2020-12-23T07:04:16.763+00:00

    It was recently that major browser vendors decided to only allow at most one year validity on HTTPS server certificates.

    Many CAs informed their customers in the past few months, so probably you can find such in your mailbox somewhere, like

    https://www.thesslstore.com/blog/google-chrome-to-join-apple-safari-in-one-year-certificate-validity/

    So you should get a new certificate as soon as possible.

    0 comments No comments