Cloudflare Universal SSL limitations with multi-level subdomains

Universal SSL (free) doesn’t support multi-level subdomains I’ve battled another Cloudflare issue recently which is almost certainly due to my lack of experience with Cloudflare! However, I’m documenting it here for my own benefit and hopefully others. After migrating some of my applications that have staging versions of a backend API, I came across some domains that just wouldn’t resolve the SSL certificate. The error was simply ERR_SSL_VERSION_OR_CIPHER_MISMATCH. ...

October 13, 2025 · 3 min · 504 words · Dave Hogan

Too many redirects with Cloudflare + Azure App Service

Too many redirects?! Why I spent far too long troubleshooting why a perfectly good, HTTPS enabled Web Application hosted on an Azure App Service failed after moving the DNS (proxied) over to Cloudflare. The App Service wasn’t doing anything I would consider non-standard. Simple site with a custom domain, correct SSL bindings and just a free “App Service Managed Certificate”. Symptom was simply ERR_TOO_MANY_REDIRECTS like so: ...

January 25, 2025 · 2 min · 298 words · Dave Hogan