Connection timed out Error code 522

I set up the DNS A record this morning after purchasing my domain. I set up type A with radarr name public ip address. I have traefik set up with my container. I am able to access the webui using my publicip:port set up with traefik. The second i try to use the dns radarr.mydomain.com i get connection timed out. Is this due to needing 24 hours to set it up? Or something else
35 Replies
Akama Aka @ DoKomi
As far I know it should be available in just a few seconds.
drtenant
drtenant3mo ago
It has not been functioning but I've been using chat gpt and Gemini.google and according to both of them my compose for docker everything appears to be good everything is labeled correctly with radarr and traefik
Akama Aka @ DoKomi
Is your website hosted in a docker container?
drtenant
drtenant3mo ago
I can access the radarr web ui using localhost7878 and with the publicip8085 and yea it's hosted in a container
Akama Aka @ DoKomi
8085 is not a port that cloudflare allows
Akama Aka @ DoKomi
here you can find a list with all supported CF ports
Cloudflare Docs
Network ports · Cloudflare Fundamentals docs
Learn which network ports Cloudflare proxies by default and how to enable Cloudflare’s proxy for additional ports.
drtenant
drtenant3mo ago
Well I originally had 8080 :8080 set on traefik but said that it was used by something else couldn't figure out what so I changed the external to 8085
Akama Aka @ DoKomi
Is it Linux? If yes you can try to find it out by typing netstat -tulpN
drtenant
drtenant3mo ago
I'll give 8880 a try and it's just gave me 0.0.0.0 tcp 8080 my server is my computer that was running it so I couldn't figure out what it was so i changed traefik to and created a rule in my router to allow for 8880 external and 8080 on internal of tcp of my server and even created an inbound rule for port 8880 and still get the connection timed out ports: - "80:80" - "8880:8080" it functions if i do publiciP:8880 i can access that remotely even on my phone its the dns thats not functioning is something not set up right. I have | type A | name as radarr | ipv4 set as PublicIP | proxy status turned on | TTL set to Auto
Akama Aka @ DoKomi
Hm Strange :0047k3lly_think:
drtenant
drtenant3mo ago
yea i've been fighting with it for the past 5 hours
Akama Aka @ DoKomi
Are you providing your domain the :8880 port?
drtenant
drtenant3mo ago
so i figured out that I was not adding the port so i can get it to work with http://radarr.domain.com:8880 however i wanted to get it with https:
Akama Aka @ DoKomi
That means the only issue now is SSL?
drtenant
drtenant3mo ago
seems to be
drtenant
drtenant3mo ago
setting it to flexible didn't help
Akama Aka @ DoKomi
And to full?
drtenant
drtenant3mo ago
nope didn't work either gives me This site can’t provide a secure connectionradarr.tenant-servers.com sent an invalid response. Try running Windows Network Diagnostics. ERR_SSL_PROTOCOL_ERROR
Akama Aka @ DoKomi
Hm And you don't get a CF error page?
drtenant
drtenant3mo ago
nah just says that i'll try the full strict see whta it gives
Akama Aka @ DoKomi
Full strict wouldn't work But it's even more strange that it doesn't show a cloudflare SSL error
drtenant
drtenant3mo ago
yea it did the same i'm honestly not sure i've been fighting with this stuff for weeks just now finally got this far to be honest just figuring out traefik and services was a pain
Akama Aka @ DoKomi
I'm planning to use traffic too but I'm still unsure x3. But prob. someone else can help you here more because SSL is for me also pain af x3
drtenant
drtenant3mo ago
well hopefully someone else pops up with some advice cuz i'm honestly not sure
Akama Aka @ DoKomi
Yea same x3
drtenant
drtenant3mo ago
i figured out what i was missing i didn't have this once i added it i was able to access it with https with no issues - "--api.insecure=true" - "--providers.docker" - "--entrypoints.web.address=:80" - "--entrypoints.websecure.address=:443" - "--certificatesresolvers.myresolver.acme.email=email" # Your email address for Let's Encrypt notifications - "--certificatesresolvers.myresolver.acme.storage=/letsencrypt/acme.json" - "--certificatesresolvers.myresolver.acme.httpchallenge=true" and port 443:443 finally got it workinggg now i just gotta solve the public ip address changing issue
Akama Aka @ DoKomi
Ah okay nice
drtenant
drtenant3mo ago
If you need help with traefik I'll try and help when you switch over to it after month of banging my head with it I can Def try and help I'm only using mine for sonarr radarr plex that type of stuff
Akama Aka @ DoKomi
I mostly do things that require professional help but thanks :gx_laugh:. Because it's very complicated and not that easy to solve mostly Don't forget to mark it as solved.
drtenant
drtenant3mo ago
How do we do that again lol
Akama Aka @ DoKomi
Just change the tags
drtenant
drtenant3mo ago
Uh stupid question but I'm on mobile how do I do that
Chaika
Chaika3mo ago
i gotcha
drtenant
drtenant3mo ago
Lmao thanks XD