Website UI at non standard Port #http #port
Hello,
What is the easiest way to access domain (in my case subdomain) running on non stad ars http port - port bumerbhigers than 5000.
While DNS traffik is proxied a Cloudflare refuses connections from custom ports.
i will be happy for advise, the disabling DNS protection for this case is no option.
3 Replies
If it's HTTPS you can use an origin rule matching that hostname and override the dest. port
If it's HTTP, you should either get a certificate for it (CF under SSL/TLS -> Origin Server offers 15 year certs trusted by CF Proxy) and enable HTTPS, and then use origin rule to override port if needed, or use Cloudflare Tunnels: https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/get-started/create-remote-tunnel/ pointing a public hostname to it, which requires no ports to be opened and makes a secure connection from the tunnel software running on your origin
The way you described is one of my consideration but are you mentioning about “public hostbame” as different host ame that will be forwarded to UI interface?
My main host runs at domain xxx.yyy, that is fully protected (including cname .www) , and my UI runs at ui.xxx.yyy:HIGH-TCP-PORT
In my case there is needed to achieve full security and http traffic for both incoming and outgoing connections.
Does it also can br used gor services like APi ?
are you mentioning about “public hostname” as different host name that will be forwarded to UI interface?yes
, and my UI runs at ui.xxx.yyy:HIGH-TCP-PORTwith tunnels it'd just be
https://ui.xxx.yyy
Does it also can br used gor services like APi ?yes