Blog / Browser errors

Browser connection error

SSL Cipher Mismatch and "Too Many Redirects," Explained

Two of the most confusing browser errors a site owner can see, neither one means your site is actually hacked.

FixBugDev team · 6 min read

ERR_SSL_VERSION_OR_CIPHER_MISMATCH

Your browser and the server could not agree on how to encrypt the connection. Every HTTPS connection starts with a handshake where both sides pick a shared encryption method (a "cipher suite") and a TLS version. This error means they found no method in common.

This is a server-configuration problem, not something a visitor or even the site owner can fix by clearing cache or trying a different browser. It needs to be corrected on the server or at the CDN/proxy layer.

ERR_TOO_MANY_REDIRECTS

The browser followed a redirect, then another, then landed back somewhere it had already been, and gave up after enough loops to know it will never reach a real page.

The one setting that fixes most of these

If you use Cloudflare (or a similar CDN) in front of your site, check SSL/TLS → Overview. It should be set to Full (strict), not Flexible. Flexible mode is the single most common cause of both a cipher mismatch and a redirect loop happening together.

Launch price, limited time

We'll untangle the SSL and redirect config

Server, CDN, plugin, or WordPress settings, we find which layer is fighting the others and fix it so the padlock just works.

Simple Bug Fix
See pricing →