is there any way to use Cloudflare tunnels behind a corporate proxy ?

Hi everyone,
Like corporate companies, there are proxies that avoid having a direct connection to internet. I am looking to a way of connecting the cloudflared agent via the proxy.

I've set up an Apache proxy and works pretty fine with curl (requests are logged properly) but no way to get the cloudflared application to go through : nothing in the logs that shows an attempt of using it :/

Here is the command I use for my attempts
./cloudflared-linux-arm64 tunnel --no-autoupdate --protocol http2 --loglevel debug --logfile /tmp/cloudflare.log  --proxy-address localhost --proxy-port 9245 --protocol http2   run --token ${CLOUDFLARE_TOKEN}


Many thanks for your help
Was this page helpful?