Since I have changed my Internet provider, I have been facing issues.
My ISP said they didn’t know the reason for my issues and forwarded me here to ask…
Maybe someone from Cloudflare can tell me what’s wrong
My Problem:
My Internet is always present, though on specific Cloudflare IPs no connection is established.
Mostly get these errors:
Error 1001
Error 1034
ERR SSL VERSION OR CIPHER MISMATC
What I tried to fix the problem
• Change DNS
– Google: 8.8.8.8 / 8.8.4.4
– Cloudflare: 1.1.1.1 / 1.0.0.1
– AdGuard: 94.140.14.14 / 94.140.15.15
– Quad9: 9.9.9.9 / 149.112.112.112
• Router Reset
• PC Reset
• Use Laptop
• Use Linux
• ipv6 to ipv4 tunnelling
• Change ip Range in Local Network
• Use VPN → Surfshark & NordVPN (Fixes Problem)
• 5GHz Wifi limiting to Chanel 36
• Dualstack on and off
Some sites where I had the Problem: www.discord.com www.github.com www.digikey.com www.nitrado.de www.minecraft.net www.stickmaschienen-kaufen.de
I have run “tracert” every time I was having that problem. I’ve gathered the IPs, which were problematic.
I don’t understand what you’re expecting to happen when you “connect” to all those 1.1.1.x IP addresses… Those 1.1.1.0/24 ones you’ve listed aren’t being used for anything as far as i’m aware.
As for the others I think you’ll have to be a bit more specific in order to further diagnose, i.e. provide the site, the error, and time, and show the output of https://1.1.1.1/help
I should elaborate:
I do not actively access those 1.1.1.XXX addresses, they are used by the website I want to access.
For example, I try to access GitHub. The site won’t load. It spits me the above-mentioned SSL Error
When this happens, I run a tracert in CMD.
The IP shown, is in most cases the 1.1.1.XXX IP
github.com certainly does not resolve to 1.1.1.73, the DNS server that your computer is configured to use (could also be your router) is giving you bogus DNS results.
I suggest you configure your computer to use a different DNS server like 1.1.1.1 (instructions here https://1.1.1.1/dns/)
Okay, by the looks of it your device is still defaulting to either your ISP’s DNS or your router’s DNS configuration. When you ran nslookup github.com 1.1.1.1 it tells nslookup to use the 1.1.1.1 DNS service, and it returned a correct IP address for github.com
So the reason you are seeing that error in your browser is likely because it is trying to connect to the bogus IP address
Whatever you machine’s default resolver is returned an answer different from 1.1.1.1 and that answer is incorrect. You will need to figure out what your machine is using for DNS resolution and why it is returning incorrect results.