diff --git a/src/content/docs/ssl/troubleshooting/version-cipher-mismatch.mdx b/src/content/docs/ssl/troubleshooting/version-cipher-mismatch.mdx index d33788713802c6..cd597b1160f5fb 100644 --- a/src/content/docs/ssl/troubleshooting/version-cipher-mismatch.mdx +++ b/src/content/docs/ssl/troubleshooting/version-cipher-mismatch.mdx @@ -27,12 +27,17 @@ This error occurs when your domain or subdomain is not covered by an SSL/TLS cer ## Decision tree - - +```mermaid +flowchart TD +accTitle: Troubleshooting ERR_SSL_VERSION_OR_CIPHER_MISMATCH decision tree +A>Is your certificate active?] -- Yes --> B>Is the DNS record proxied?] +A -- No --> C[Wait for certificate to activate or pause Cloudflare] +B -- No --> D[Proxy the DNS record] +B -- Yes --> E>Are you using a custom certificate?] +E -- Yes --> F[Custom certificate may be expired] +E -- No --> G>Are you accessing a multi-level subdomain?] +G -- Yes --> H[Get an advanced or custom certificate] +``` ---