Nuno Diegues
Nuno Diegues
Hello @scluff , That's because those metrics were only used in a specific transport called h2mux (used between cloudflared and Cloudflare edge) that's been largely replaced by a new transport...
I suspect it is not easy since part of this change is that we delegate a lot more work to existing standard libraries rather than (re-)inventing the wheel ourselves. CC...
We confirm that something is not working as intended with that flag. @sudarshan-reddy is looking into it best-effort and will provide feedback here.
Hello @dk-regen What port are you referring to? Today we have: 1. cloudflared tunnel egresses to Cloudflare Global Network on port 7844 2. that establishes long lived connections, that are...
Ok, so you are talking about ports that can be used for domains resolved through Cloudflare: https://developers.cloudflare.com/fundamentals/get-started/network-ports/ All of them work the same. We don't actually have any control over...
I don't think this is really doable with ingress rules. Different origins must map to different hostnames (even if just in the path of the URL, with the same domain...
> *"Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: x509: certificate is not valid for any names,...
Hello @brenner-tobias , Have you checked https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/configuration/configuration-file/ingress ? I believe the `path` configuration of a service does what you are mentioning.
That's much clearer, thanks! That's not possible, indeed. Of course you can set that up by running a nginx or equivalent in localhost and doing those transformations. cloudflared is not...
> Can a `cloudflared` contributor please advise? > > To implement this feature, should we use [ProxyHTTP function](https://github.com/cloudflare/cloudflared/blob/master/proxy/proxy.go#L61) as a starting point? Yes, that is the starting point.