Skip to content

Commit 08ffe90

Browse files
committed
add error info
1 parent ca9ed99 commit 08ffe90

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
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 that the "Backend server certificate is not whitelisted with Application Gateway," verify that the frontend certificate Common Name (CN) matches the backend certificate CN.
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

0 commit comments

Comments
 (0)