Update Azure Application Gateway to TLS 1.2 or later before 31 August 2025
Need help on this. Currently, I do not have any SSL profile configured in my application gateway.
Do I need to do anything about it? I'm concerned about the Azure notice on - Update Azure Application Gateway to TLS 1.2 or later before 31 August 2025
To align with security best practices, we'll require all connections to Application Gateway to be secured using Transport Layer Security (TLS) 1.2 or later beginning 31 August 2025, when support for TLS 1.0 and 1.1 will end.
If your frontend or backend connections aren't using TLS 1.2 or later, you may need to update your TLS policy, ensure backend compatibility, or take both actions before 31 August 2025.
TLS 1.2 and later provide improved security features, including perfect forward secrecy and stronger cipher suites.
If your frontend and backend connections are already using TLS 1.2 or later, no further action is required.
Required action
To avoid service disruptions, you may need to take one or both of the following actions before 31 August 2025:
- For frontend connections, update your TLS policy to the predefined AppGwSslPolicy20220101S or AppGwSslPolicy20220101, or configure a custom policy with minimum TLS version 1.2. If you're using the CustomV2 policy, no action is required.
- For backend connections, ensure your servers in the backend pools are compatible with TLS 1.2. This will prevent any issues with backend TLS/HTTPS connection.