I have a tunnel set up on my vps with the public hostname (server.example.com) pointing to ssh://localhost:22 and the private network being the IP of my vps.
Additionally i have created a self hosted Access Application with the same hostname as the tunnel (server.example.com) with browser rendered ssh enabled.
however, when trying to visit server.example.com in my browser, i simply get the "unable to connect" error message.
i've made sure inbound tcp and udp traffic are allowed on the necessary ports (80, 443, 22), i've checked tunnel logs and cloudflared journal logs, but couldn't find any information that points to a specific problem in my configuration...