go: downloading github.com/user/package v0.5.0 go: github.com/user/pac...@v0.5.0: verifying module: github.com/user/pac...@v0.5.0: Get "https://sum.golang.org/lookup/github.com/user/pac...@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'
VonC
unread,
Feb 20, 2025, 9:53:49 AMFeb 20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts
Adding the company root CA and intermediate CA using certmgr.msc was enough for this issue to go away.