cmd/go: go get -insecure requires GIT_SSL_NO_VERIFY #34568
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
I would expect that the option
-insecure
also disables the SSL verification for git.What did you see instead?
go get -insecure
fails and I have to enableGIT_SSL_NO_VERIFY
to be able to download my dependency.The text was updated successfully, but these errors were encountered: