You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/application-gateway/application-gateway-backend-health-troubleshooting.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: application-gateway
5
5
author: greg-lindsay
6
6
ms.service: application-gateway
7
7
ms.topic: troubleshooting
8
-
ms.date: 09/13/2022
8
+
ms.date: 02/14/2023
9
9
ms.author: greglin
10
10
ms.custom: devx-track-azurepowershell
11
11
---
@@ -240,8 +240,8 @@ Learn more about [Application Gateway probe matching](./application-gateway-prob
240
240
241
241
1. Sign in to the machine where your application is hosted.
242
242
2. Select Win+R or right-click the **Start** button, and then select **Run**.
243
-
3. Enter `certmgr.msc` and select Enter. You can also search for Certificate Manager on the **Start** menu.
244
-
4. Locate the certificate, typically in `\Certificates - Current User\\Personal\\Certificates\`, and open it.
243
+
3. Enter `certlm.msc` and select Enter. You can also search for Certificate Manager on the **Start** menu.
244
+
4. Locate the certificate, typically in `Certificates - Local Computer\Personal\Certificates`, and open it.
245
245
5. Select the root certificate and then select **View Certificate**.
246
246
6. In the Certificate properties, select the **Details** tab.
247
247
7. On the **Details** tab, select the **Copy to File** option and save the file in the Base-64 encoded X.509 (.CER) format.
@@ -317,8 +317,8 @@ For Windows:
317
317
318
318
1. Sign in to the machine where your application is hosted.
319
319
2. Select Win+R or right-click the **Start** button and select **Run**.
320
-
3. Enter **certmgr.msc** and select Enter. You can also search for Certificate Manager on the **Start** menu.
321
-
4. Locate the certificate (typically in `\Certificates - Current User\\Personal\\Certificates`), and open the certificate.
320
+
3. Enter **certlm.msc** and select Enter. You can also search for Certificate Manager on the **Start** menu.
321
+
4. Locate the certificate (typically in `Certificates - Local Computer\Personal\Certificates`), and open the certificate.
322
322
5. On the **Details** tab, check the certificate **Subject**.
323
323
6. Verify the CN of the certificate from the details and enter the same in the host name field of the custom probe or in the HTTP settings (if **Pick hostname from backend HTTP settings** is selected). If that's not the desired host name for your website, you must get a certificate for that domain or enter the correct host name in the custom probe or HTTP setting configuration.
0 commit comments