Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
proxy: Add fallback to x509.NewCertPool() on Windows
On Windows, x509.SystemCertPool returns an error: golang/go#16736 This commit reverts to the behaviour before commit b50dc99 when catching such an error. This means https_proxy=https://... will be broken for non-mitm https proxies. Such proxies were not usable before the PR adding b50dc99, so this should not have much impact for our existing users. These CAs are used: - when accessing telemetry - when checking for a new crc version - when downloading binaries (only happens with git builds) This fixes #2770
- Loading branch information