How to discover the attempts of using TLS 1.0 and 1.1 after upgrading the SSL policy to 20220101 version in app gateway?

Samuel Lee 20 Reputation points
2024-11-04T04:24:57.6833333+00:00

We recently upgraded our SSL policy to 20220101 to enforce TLS 1.2 or later for connections to Azure application gateway.

We're concerned about potential failed connection attempts from legacy clients that may still be trying to connect using TLS 1.0 or 1.1.

How can we effectively monitor and identify these failed connection attempts? Are there specific logs or metrics within Azure that we can leverage to detect these?

Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
1,087 questions
{count} votes

Accepted answer
  1. Sai Prasanna Sinde 1,260 Reputation points Microsoft Vendor
    2024-11-08T09:20:23.41+00:00

    Hi @Samuel Lee,

    Welcome to the Microsoft Q&A Platform. Thank you for reaching out & hope you are doing well.

     I'm glad that you were able to resolve your issue and thank you for posting your solution so that others experiencing the same thing can easily reference this! Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others ", I'll repost your solution in case you'd like to "Accept " the answer.

    Issue:

    How to discover the attempts of using TLS 1.0 and 1.1 after upgrading the SSL policy to 20220101 version in app gateway?

    Solution:

    We opted for a different approach: we configured an new application gateway with an upgraded SSL policy. and then we use an OpenSSH client to generate some TLSv1 connection attempts to the server. With access logs enabled as recommended, we observed HTTP status code 400 without user-agent and cipher details. However, the logs captured the client IP address, allowing us to identify the specific clients and encourage them to upgrade their connection ciphers.

    Please remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution.

    Regards,

    Sai Prasanna.


0 additional answers

Sort by: Most helpful

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.