DNS timing out
I have entered the IP of my server to Cloudflare, but it is not working. I am just getting a timed out error.
I am able to connect directly to the IP.
27 Replies
DNS is timing out? What's the exact error? (the exact url you get the error on, if you can share it, would be helpful as well)
The code is 522, and the URL is https://fts-new.pixellicio.us/. Going to just make it fts.... later but that'll be swapped out when I figure this all out
Just disabled the Cloudflare proxy and http:// traffic is working, but https is giving the timed out error
What's your ssl/tls encryption mode? In the Cloudflare dashboard, in your website, SSL/TLS -> Overview
It's set to Flexible right now
Flexible is insecure, you really want that to be Full (Strict), and then to configure your origin server to also work with https://. You can use Cloudflare Origin Certs ( https://developers.cloudflare.com/ssl/origin-configuration/origin-ca/) if need a certificate & you plan on always having the website proxied, up to 15 years expiry and trusted by CF Proxy
going to install that right now, hold on
added it to my site and i'm getting a not secure warning
wait
hold on sorry i was going directly to the ip
yeah same issue
it has to be proxied
do i want to set it to strict rn too
you should yea, only Full (Strict) is secure
thanks so much, it's fully working
took me two days to figure this out
May I ask why flexible is insecure? It only means traffic from the cloudflare proxy to your server (and vice versa) wont be encrypted right?
Insecure for the same reason why http:// is insecure and why browsers warn you about it. Even for static pages, someone in the middle could MITM the connection and inject ads/phising stuff/etc. Worse, you're lying to your visitors by making the site look secure even though it's not
But that could only happen in the connection from the cloudflare proxy to your server right?
Yes, which is still half of the request (except for cached assets)
Mhm, that’s true
Hello!
I can def see it being better
Hi
I see you have gotten a error 522 on cloudflare! The most common reason why is because of slow internet / incorrect dns settings
@Eric he made it work
oh
Also you got a cool profile effect
wait this is the wrong server
Lmao
LOL MY MIND WENT TO THE WRONG SERVER AND STARTED HANDING HELP THREADS
I THOUGHT THIS WAS ANOTHER SERVER
In a perfect world, flexible wouldn't exist, it's more of a relic of the past. Browsers enforce and default to https for a reason, if the browser sees the connection is secure the implication is end to end. Espec when it's really not that hard to get https set up, CF gives you origin certs that last for up to 15 years for free
Yeah that’s true
Flexible is a bit deceiving if you look at it like that