Struggling with SSL Certificates
Hey all! I am struggling to understand why I get an 526 error (invalid SSL) when visiting www.cracklingleaves.nl (my domain), while cracklingleaves.nl is working completely fine! As far as I know, my SSL certificate is certified for *.cracklingleaves.nl and my dns redirects www to cracklingleaves.nl. Is there somebody that might know what's going wrong? Any help would be really appreciated!
4 Replies
What are you using for the redirect?
A CNAME record with:
name: www
Target: cracklingleaves.nl
proxy status: proxied
TTL: Auto
Flatten: off
That won't redirect, just proxy the request. You want a Redirect Rule
Cloudflare Docs
Single Redirects | Cloudflare Rules docs
Single Redirects allow you to create static or dynamic URL redirects. A simple interface with wildcard support makes it easy to define source and target URL patterns without needing complex functions or regular expressions, efficiently handling thousands of URLs with a single rule. Dynamic URL redirects also support advanced features such as str...
That worked! Thanks :))