How to check TLS-Version?

Michael Schmidt 46 Reputation points
2023-11-13T11:16:52.1366667+00:00

Hi,

I've got a mail saying "If you have resources that interact with Azure services and still use TLS 1.1 or earlier, transition them to TLS 1.2 or later by 31 October 2024"

Where do I check which TLS-Version I use?

Bye

Michael

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

1 answer

Sort by: Most helpful
  1. Ben Gimblett 2,310 Reputation points Microsoft Employee
    2023-11-13T13:58:47.62+00:00

    Hi - Thanks for the question -

    If you're hosting using Azure service you would need to check this on a per resource basis. For many Az resources this is a simple as checking in the Azure portal (as one example, API Management has a protocols and ciphers page which clearly shows this type of info). That being said , I can check if there's a list of services that will deprecate older TLS versions.

    In addition , and this may be useful if you're hosting your own code , you can also check from the outside in if you have external endpoints (for example an external website you're hosting) using tools like SSL Labs https://www.ssllabs.com/ssltest which will give you a full report including cipher suites used

    The notification carried some more detail on what's happening here https://learn.microsoft.com/en-us/security/engineering/solving-tls1-problem

    1 person found this answer helpful.
    0 comments No comments