[Fleet] Allow HTTP proxy_urls to be configured for all network connections that can be proxied. #205533
Labels
bug
Fixes for quality problems that affect the customer experience
Team:Fleet
Team label for Observability Data Collection Fleet team
Quoting an internal bug report:
An HTTPS URL will only work with a proxy that supports the CONNECT method, which uses the proxy like a TCP proxy that can’t look at the request content at all. It is probably also possible to setup a proxy to be able to man in the middle the connection by having it return a certificate signed by a CA the client already trusts but this is not common.
If a proxy doesn’t support the CONNECT method, then you need an HTTP URL to disable TLS. Fleet should support using http proxy_url configurations or there’s no other way to make this work.
The text was updated successfully, but these errors were encountered: