Determine if any TLS 1 / 1.1 connections are being established to ASE

curious7 251 Reputation points
2024-09-23T12:34:39.38+00:00

I need to change TLS on ASE to only accept TLS 1.2 connections. But before doing that I want to check if TLS 1/1.1 connection are being established currently or not. How can I do that?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,743 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Deepanshukatara-6769 9,195 Reputation points
    2024-09-23T12:43:35.3433333+00:00

    Hello , Welcome to Microsoft Q&A

    • Navigate to your App Service Environment in the Azure portal.
    • Go to the "Settings" section and select "Configuration."
    • Under the "General settings" tab, find the Tls setting and check what have been configured

    References:

    Please let me know if any questions

    Kindly accept answer if it helps

    Thanks

    Deepanshu

    0 comments No comments

  2. VenkateshDodda-MSFT 20,696 Reputation points Microsoft Employee
    2024-09-24T05:49:57.4366667+00:00

    @curious7 Thanks for posting your question in Microsoft Q&A, apologize for any inconvenience caused on this.

    • You can use the "Minimum TLS version Checker" detector in Diagnose and Solve problems of your app service to know count of requests that has been reached out to your app service and with their TLS versions.
    • Also, refer to this similar thread in SO, to check which TLS version of request using the X-forwarded-TlsVersion header.
    • If you want to test your app service as mentioned here, it is suggested to use 3rd party tool SSL labs.
    • Follow the steps shared by Deepanshukatara-6769 to update the TLS version of your ASE.

    Hope this helps, Let me know if you have any further questions on this.


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.