Skip to content

1.1.3.Final: CLOUD-1520: Don't use proxy for all communications at all

Pre-release
Pre-release
Compare
Choose a tag to compare
@knrc knrc released this 06 Jun 15:02
Communications intra-pods don't need to be proxied. In fact
they must not. This patch prevents traffic being routed to
a proxy in case a java property like "http.proxyHost" is set
in the environment.

As a side effect of this change, clustering will not be
affected by env variables like "https_proxy".