Ive got several domains in Cloudflare (love the service, thank you), but I have this weird error today. I moved a site yesterday into Cloudflare (dns is now resolving to Cloudflare) and gave it an SSL certificate.
However, when I browse to the site, its still showing me an invalid certificate issued by the host (not the Cloudflare one yet). No matter what browser I use, or if I use “private windows”, I get the old invalid SSL certificate.
Tried all the other stuff like clearing cache and:
Your ISP does not cache any SSL cert. But they cache DNS entries and NS entries on their NameServers. So if they still resolve to the old DNS entries you will be welcomed with an SSL error.
This also means that your setup isn’t working properly and you definitely should install a SSL cert on your origin server. Otherwise your setip (even with Cloudflare) is insecure!
Just checked the domain. All is working fine from here. Can you please share a screenshot of the error you get. And from where you are calling the page.
Can you double check in your browser’s Dev Tools (F12 in Chrome)? In the Network tab, you should be able to click on the homepage URL and see what it’s connecting to.
nslookup www.smartmixtechnologie.co.za
or ping www.smartmixtechnologie.co.za
Since you use the www, please also take the www to check against. But you are pinging against smartmixtechnologie.co.za while your website is on www.smartmixtechnologie.co.za.
Also it would be interesting what SSL exactly gets offered to you. Can you provide us with that info?
Sometimes PCs store old entries or even routers. So please reboot both of them after flushing your local windows DNS cache like this:
Thanks for that. Even though I have use 8.8.8.8 and 1.1.1.1 as my DNS servers in Windows 11, it still showed me that it was using the routers DNS
So I switched to my Linux desktop, and made sure /resolv.conf had the nameserver set to 8.8.8.8 and now it works. It was Windows and my router been weird.