File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed
src/content/docs/ssl/troubleshooting Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments