rschmitt commented on PR #773: URL: https://github.com/apache/httpcomponents-client/pull/773#issuecomment-3739656425
Let me research this a bit more. I want to understand the potential impact of the TLS-related system properties. I can search around to see how widely used they are; I can also do some experiments to see if the change in behavior breaks people's tests. I asked elsewhere about the `java.net.useSystemProxies` [system property](https://system-properties.com/java.net.usesystemproxies/), which I believe is also respected by the default `ProxySelector`, right? This system property looks particularly useful, since it enables a bunch of non-trivial, platform-specific logic to integrate with system-wide proxy configuration. I don't think we need to change any code, we would just need to add it to the list of system properties we respect, in the interest of completeness. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
