I work in a rather restricted environment. I've set up an intranet Go module proxy which is allowed to access proxy.golang.org in this case. The module proxy is the only point allowed to access the internet.
To access this module proxy, i've set GOPROXY, but i need to use an additional http/https proxy to access the Go module proxy. If i set http_proxy and/or https_proxy in addition, from what i can see from the log is that the http/https proxy is used to directly access proxy.golang.org, which is not allowed. GOPROXY seems to be ignored. Unsetting http_proxy/ https_proxy fails to connect to GOPROXY, of course. Company rules force me to use the intranet proxy, and the Go module proxy, this is nothing i can control. Is http_proxy + GOPROXY a supported setup? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/e524a823-8f7c-4c73-aea1-3bfde7e39ad9%40googlegroups.com.