Skip to content

Commit a790434

Browse files
Merge pull request #232512 from greg-lindsay/appgw-freshness
Add error info
2 parents 40a1862 + 6a21975 commit a790434

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

articles/application-gateway/end-to-end-ssl-portal.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: application-gateway
66
author: greg-lindsay
77
ms.service: application-gateway
88
ms.topic: how-to
9-
ms.date: 11/14/2019
9+
ms.date: 03/28/2023
1010
ms.author: greglin
1111
ms.custom: mvc
1212
---
@@ -26,6 +26,9 @@ To configure end-to-end TLS with an application gateway, you need a certificate
2626

2727
For end-to-end TLS encryption, the right backend servers must be allowed in the application gateway. To allow this access, upload the public certificate of the backend servers, also known as Authentication Certificates (v1) or Trusted Root Certificates (v2), to the application gateway. Adding the certificate ensures that the application gateway communicates only with known backend instances. This configuration further secures end-to-end communication.
2828

29+
> [!IMPORTANT]
30+
> If you receive an error message for the backend server certificate, verify that the frontend certificate Common Name (CN) matches the backend certificate CN. For more information, see [Trusted root certificate mismatch](./application-gateway-backend-health-troubleshooting.md#trusted-root-certificate-mismatch)
31+
2932
To learn more, see [Overview of TLS termination and end to end TLS with Application Gateway](./ssl-overview.md).
3033

3134
## Create a new application gateway with end-to-end TLS

articles/application-gateway/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: greg-lindsay
66
ms.service: application-gateway
77
ms.topic: overview
88
ms.custom: mvc
9-
ms.date: 09/13/2022
9+
ms.date: 11/15/2022
1010
ms.author: greglin
1111
#Customer intent: As an IT administrator, I want to learn about Azure Application Gateways and what I can use them for.
1212
---

0 commit comments

Comments
 (0)