cloudflare tunnel issue
Hello does any1 know how to expose my proxy using cloudflared? (the proxy server ran at port 808)
The proxy can only support http and ran using CCPROXY settedup
16 Replies
once cloudflare installed on the server,, you can easly configure the tunnel to point to the server port
install the tunnel on the device and then configure the url
and then your should be able to display the proxy main page !
Sorry for late replies, But I've already tried using cloudflare tunnels but the proxy does not work
this is using that URL
this is using the local ip address
the proxy can only process HTTP only and not HTTPS,
this is because CCPROXY
.
local ip adress but using https (will stuck indefinitely)
what?
I'm just trying to figure out how do I set-up my proxy using cf tunnel
because port forwarding is disabled by my isp
@Leo do you know any solution? or any resource?
@sudane any idea?
instead of using localhost, try the actual local ip address,
does that localhost:808 points to proxy UI ? if you mean this is the actual proxy port, and you are expecting traffic to pass via the tunnel, then it will not work ! 😄
ah
is there any way to expose my proxy
other than using cf
cause my isp didn't gave any public ip
currently im trying to access my proxy outside my home network
You should be able to get the service using local device IP
Or local host
Are you running Cloudflare on Docker? Or directly on the machine
directly
Usually each device by default will have 3 IPs
- local host or 127.0.0.1
- local network that usually start with 192… etc
If you can access the proxy locally or from another device from the same network then it should work !
If not then proxy is not accepting traffic from outside or from specific origin
Check and see that the proxy is accept traffic from 0.0.0.0
Also try to test the tunnel with another service like ssh
And see if you can connect to it , if yes then we know it’s just the proxy
well I fixed it
I ditched cf and used another alternave
ssh tunneling (never thought of it)