8 Replies
Whats your tunnel config ("Public hostnames" if dash tunnel)? What happens if you
curl localhost -6 -v
on the machine?My cloudflared config.yaml is using this:
I already run a website on another VM on my network for Nextcloud using CF Tunnels. I'm trying to get another instance of it up with another domain. Maybe that's my problem?
What if you try curl witth -4 instead?
What kind of webserver setup is the website running on?
It's ubuntu 22.04 running apache as the webserver
Okay so cloudflared is trying to connect to localhost port 80 and there is nothing there for it to connect to, which is why its failing
does the website work from another IP, do you know what IP or port apache is listening on?
Oh you know what? Apache isn't running! Let me fix that. Sheeesh
There's an error in my config
its okay
let me know if you run into any issues after apache is running
So sorry for wasting your time. That's all it was. Everything is working now! ❤️