Adding the company root CA and intermediate CA using certmgr.msc was enough for this issue to go away.
On Friday, August 25, 2023 at 6:00:57 PM UTC+2 Rich wrote: > When I run 'go get github.com/user/packge' I get a TLS Handshake : > go: module github.com/user/package: Get " > https://proxy.golang.org/github.com/user/package/@v/list": net/http: TLS > handshake timeout > > So I set GOPROXY=direct > > Now I get > go: downloading github.com/user/package v0.5.0 > go: github.com/user/pac...@v0.5.0 <http://github.com/user/package@v0.5.0>: > verifying module: github.com/user/pac...@v0.5.0 > <http://github.com/user/package@v0.5.0>: Get " > https://sum.golang.org/lookup/github.com/user/pac...@v0.5.0 > <https://sum.golang.org/lookup/github.com/user/package@v0.5.0>": > net/http: TLS handshake timeout > > > I know I didn't put a real package in -- because it happens with every > package. This also only happens when I am connected to my company VPN -- > Company also uses proxies to get out. I would have better luck getting a > river to flow uphill than for them to change their vpn or proxy policies. > This used to work, until I had to reinstall my mac. > > I also can set different proxies to get around most of their corporate bs. > Setting those proxies works for cloning a github repository, I can curl, > wget -- it all seems to work just fine. I just cant run 'go get' > -- 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 visit https://groups.google.com/d/msgid/golang-nuts/8482a18f-117d-480f-9520-20b8d07a1aacn%40googlegroups.com.