You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
crypto/x509 has a hardcoded list of places to look for SSL system roots. If you're
running in an environment that doesn't have them there, you're out of luck. You either
need to modify Go, or use chroot or similar. It'd be much nicer if there was a hook in
that package such that a program could point at a different place for the root
certificates.