Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Our use of cavaliercoder/grab relies on the http_proxy/https_proxy environment variables to make use of proxies. This has been causing issues in the past (see 'proxy: Use our own http transport with crc's proxy config'), and this is also not enough when a proxy accessed over https is used, and usage of proxy-ca-file is needed. This commit makes use of the recently introduced network.HTTPTransport() to solve this.
- Loading branch information