DEV Community

Yasien Dwieb
Yasien Dwieb

Posted on

[TIL] Cloudflare origin certificate limitation

This will be a series of issues that I faced and found a solution for, which could help someone or my future self

Cloudflare provides SSL out of the box and also you can generate origin certificate that you can use to add HTTPS to your website and its subdomains via the usage of wildcards

But unfortunately, this had some limitation so it only applies for first level subdomains.

Issues Related:

  • ERR_SSL_VERSION_OR_CIPHER_MISMATCH
  • ssl3_read_bytes:sslv3 alert handshake failure

References:

Oldest comments (0)