davidwegs opened a new issue, #2077: URL: https://github.com/apache/libcloud/issues/2077
## Respect no_proxy environment variable My corporate network enforces proxy use during HTTP/S connections through the http_proxy/https_proxy environment variables. However, we typically set the no_proxy variable to avoid hitting the proxy for internal connections, including connections to many cloud resources. Currently libcloud respects https_proxy by setting the proxies dictionary directly in the request library's Session object. This seems to override the library's usual handling of no_proxy. I propose a small change to respect no_proxy as well, which will provide a consistent experience for libcloud users. -- 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]
