Skip to content

Commit 00ff056

Browse files
[SSL] Revert video replacement for troubleshooting decision tree (#26090)
1 parent e6c01d1 commit 00ff056

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

src/content/docs/ssl/troubleshooting/version-cipher-mismatch.mdx

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,17 @@ This error occurs when your domain or subdomain is not covered by an SSL/TLS cer
2727

2828
## Decision tree
2929

30-
<Stream
31-
id="76a4371259305b577a39ac626873aa81"
32-
title="Manage SSL version or cipher mismatch errors"
33-
thumbnail="https://pub-d9bf66e086fb4b639107aa52105b49dd.r2.dev/Mermaid%20thumbnail_Cipher.png"
34-
/>
35-
30+
```mermaid
31+
flowchart TD
32+
accTitle: Troubleshooting ERR_SSL_VERSION_OR_CIPHER_MISMATCH decision tree
33+
A>Is your certificate active?] -- Yes --> B>Is the DNS record proxied?]
34+
A -- No --> C[Wait for certificate to activate or pause Cloudflare]
35+
B -- No --> D[Proxy the DNS record]
36+
B -- Yes --> E>Are you using a custom certificate?]
37+
E -- Yes --> F[Custom certificate may be expired]
38+
E -- No --> G>Are you accessing a multi-level subdomain?]
39+
G -- Yes --> H[Get an advanced or custom certificate]
40+
```
3641

3742
---
3843

0 commit comments

Comments
 (0)