Log HTTP_PROXY/HTTPS_PROXY Usage in Box Drive (Windows)
On Windows, we encountered prolonged troubleshooting with Box Drive because setting the HTTPPROXY and HTTPSPROXY environment variables led to unexpected proxy usage.
While it is widely known in the Python ecosystem that these environment variables can influence program behavior, the impact on Box Drive was not obvious and made diagnosis difficult.
Could you consider enhancing Box Drive’s logs to output a list of the environment variables it reads (e.g., those related to proxy configuration) so that issues like this are easier to identify?
1
vote