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
As far I know it should be available in just a few seconds.
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
Is your website hosted in a docker container?
I can access the radarr web ui using localhost7878 and with the publicip8085 and yea it's hosted in a container
8085 is not a port that cloudflare allows
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.
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
Is it Linux?
If yes you can try to find it out by typing
netstat -tulpN
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
Hm
Strange :0047k3lly_think:
yea i've been fighting with it for the past 5 hours
Are you providing your domain the :8880 port?
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:
That means the only issue now is SSL?
seems to be
setting it to flexible didn't help
And to full?
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
Hm
And you don't get a CF error page?
nah just says that i'll try the full strict see whta it gives
Full strict wouldn't work
But it's even more strange that it doesn't show a cloudflare SSL error
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
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
well hopefully someone else pops up with some advice cuz i'm honestly not sure
Yea same x3
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
Ah okay nice
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
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.
How do we do that again lol
Just change the tags
Uh stupid question but I'm on mobile how do I do that
i gotcha
Lmao thanks XD