Skip to content

Commit 0e15075

Browse files
authored
Merge pull request #239279 from jaesoni/be-health-new-errors
New backend health error msgs
2 parents 5e09f79 + 3c65d4a commit 0e15075

File tree

6 files changed

+113
-83
lines changed

6 files changed

+113
-83
lines changed

articles/application-gateway/application-gateway-backend-health-troubleshooting.md

Lines changed: 110 additions & 80 deletions
Large diffs are not rendered by default.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To configure end-to-end TLS with an application gateway, you need a certificate
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

2929
> [!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)
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-root-certificate-is-available-on-the-backend-server)
3131
3232
To learn more, see [Overview of TLS termination and end to end TLS with Application Gateway](./ssl-overview.md).
3333

@@ -122,4 +122,4 @@ If you choose the latter option, apply the steps in the following procedure.
122122
## Next steps
123123

124124
> [!div class="nextstepaction"]
125-
> [Manage web traffic with an application gateway using the Azure CLI](./tutorial-manage-web-traffic-cli.md)
125+
> [Manage web traffic with an application gateway using the Azure CLI](./tutorial-manage-web-traffic-cli.md)
13.2 KB
Loading
409 KB
Loading
250 KB
Loading

articles/application-gateway/ssl-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ For the TLS connection to work, you need to ensure that the TLS/SSL certificate
3535
- That the current date and time is within the "Valid from" and "Valid to" date range on the certificate.
3636
- That the certificate's "Common Name" (CN) matches the host header in the request. For example, if the client is making a request to `https://www.contoso.com/`, then the CN must be `www.contoso.com`.
3737

38-
If you have errors with the backend certificate common name (CN), see [Backend certificate invalid common name (CN)](application-gateway-backend-health-troubleshooting.md#backend-certificate-invalid-common-name-cn).
38+
If you have errors with the backend certificate common name (CN), see our [troubleshooting guide](./application-gateway-backend-health-troubleshooting.md#common-name-cn-doesnt-match).
3939

4040
### Certificates supported for TLS termination
4141

0 commit comments

Comments
 (0)