What is the name of the domain?
aliseosuite.stream
What is the error number?
DNS_PROBE_FINISHED_NXDOMAIN
What is the error message?
DNS_PROBE_FINISHED_NXDOMAIN
What is the issue you’re encountering
when i am trying to access my domain i am getting this error DNS_PROBE_FINISHED_NXDOMAIN
What feature, service or problem is this related to?
I don’t know
What are the steps to reproduce the issue?
I just configurated my zero trust service.
Basically only my email is accepted throu an otp but after the login i get this error “DNS_PROBE_FINISHED_NXDOMAIN”
The service i am trying to access is a local host on my raspberry (bot the local ip and the remote access without the zero trust access are working).
So i am getting this error only on my zero trust access but i don’t understand what causes it
You will need to obtain the relevant DNS record(s) (typically such as AAAA
, A
or CNAME
) from your hosting provider.
DNS records can be added/modified/deleted over here:
→ https://dash.cloudflare.com/?to=/:account/:zone/dns/records
Sounds like you’re trying to expose something to the public, that you have running on that Raspberry, through a Cloudflare Tunnel?
Assuming your address bar is “test.aliseosuite.stream
”, when you’re seeing the error from above, … do you actually have any DNS record(s) set with the name “test
”?
Did you follow any kind of tutorial to get this far, and if so, which exact one?
1 Like
Hi there, thank you so much for the attention and the fast answer to my question.
I am just at the beginning of this adventure. I followed some kind of tutorial to get this far but i don’t remember which one.
Yes, i am trying to expose a service (paperless) and my domain is someting like paperless.aliseosuite.stream.
I have a dns record called paperless which is a CNAME.
The connection is done with a cloudflared tunnel. So raspberry communicate with it. I then configurate the access on my cloudflare web gui.
Again the fun fact is that the service itself works bot with the localhost ip
like 192.168.x.x:xxx
and bot paperless.aliseosuite.stream
The DNS error pops out only when i activate the cloudflare access restriction (in my case i allow access only with a single email).
So if you go to paperless.aliseosuite.stream you get to insert an email, if the email is correct you recive the otp to proced. Once i put the otp i get dns error.
If i disable the access i can directly go to the paperless hosting with paperless.aliseosuite.stream
@DarkDeviL thank you again for your answer, did you find any help with the new information?