Skip to content

Commit 118ff9f

Browse files
Replace cases where steps refer other product areas
1 parent b506d27 commit 118ff9f

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

src/content/docs/ssl/client-certificates/troubleshooting.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ head:
99
content: Troubleshooting client certificates
1010
---
1111

12+
import { DashButton } from "~/components";
13+
1214
If your query returns an error even after configuring and embedding a client SSL certificate, check the following settings.
1315

1416
---
@@ -35,7 +37,9 @@ Check whether [mTLS has been enabled](/ssl/client-certificates/enable-mtls/) for
3537

3638
To review mTLS rules:
3739

38-
1. Select **Security** > **WAF** > **Custom rules**.
40+
1. In the Cloudflare dashboard, go to the **Custom rules** page.
41+
42+
<DashButton url="/?to=/:account/:zone/security/waf/custom-rules" />
3943

4044
2. On a specific rule, select **Edit**.
4145

src/content/docs/ssl/troubleshooting/general-ssl-errors.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ head: []
88
description: Learn how to troubleshoot various SSL/TLS errors with Cloudflare.
99
---
1010

11-
import { GlossaryTooltip } from "~/components";
11+
import { GlossaryTooltip, DashButton } from "~/components";
1212

1313
## Let's Encrypt chain update
1414

@@ -116,7 +116,10 @@ The HSTS headers (`Strict-Transport-Security` and `X-Content-Type-Options`) in t
116116

117117
You may have configured [Response Header Transform Rules](/rules/transform/response-header-modification) that are overriding the HSTS header values defined in the **SSL/TLS** app.
118118

119-
1. Go to **Rules** > **Overview**.
119+
1. In the Cloudflare dashboard, go to the **Rules** page.
120+
121+
<DashButton url="/?to=/:account/:zone/rules" />
122+
120123
2. Under **Response Header Transform Rules**, search for a rule setting the value of one of the HSTS headers (`Strict-Transport-Security` or `X-Content-Type-Options`).
121124
3. Delete (or edit) the rule so that the HSTS configuration settings defined in the **SSL/TLS** app are applied.
122125
4. Repeat this procedure for the other HSTS header.

0 commit comments

Comments
 (0)