SSL "www." error

What is the name of the domain?

portfolio.invitely.in

What is the error number?

ERR_SSL_VERSION_OR_CIPHER_MISMATCH

What is the error message?

ERR_SSL_VERSION_OR_CIPHER_MISMATCH

What is the issue you’re encountering

error on www. subdomain

What steps have you taken to resolve the issue?

setting www.portfolio as “A” record

What are the steps to reproduce the issue?

Hi, my subdomain works great, but on www.subdomain… I have error ERR_SSL_VERSION_OR_CIPHER_MISMATCH
is this possible to work it out on free plan?

Cloudflare’s free Universal SSL certificates only support SSL for the root or first-level subdomains only. Thus:

  • Root domain: supported
    • example.com
  • First-level subdomain: supported
    • www.example.com
    • blog.example.com
  • Second-level subdomain: not supported
    • www.blog.example.com
    • ny.usa.example.com

www.portfolio.invitely.in is a second-level subdomain and not supported by Universal SSL. To enable SSL support for this second-level subdomain while still using Cloudflare Proxy, you can:

Alternatively, you can disable the proxy for this hostname, and handle the SSL and redirection on the origin server. But of course, that means you don’t get Cloudflare’s protection here.

I’d simply forget about www for subdomains.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.