Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/go: falls back to HTTP #10080

Closed
leif opened this issue Mar 4, 2015 · 1 comment
Closed

cmd/go: falls back to HTTP #10080

leif opened this issue Mar 4, 2015 · 1 comment

Comments

@leif
Copy link

leif commented Mar 4, 2015

go get is frequently used by users and developers on hostile networks (eg, the internet) to fetch and run code. Incredibly, when HTTPS connections fail (for instance because an attacker is denying access to HTTPS), go get falls back to HTTP.

Please remove support for plain HTTP, or refuse to use it without the user specifying explicitly that they want to make HTTP connections!

@cespare
Copy link
Contributor

cespare commented Mar 4, 2015

Duplicate of #9637.

@leif leif closed this as completed Mar 4, 2015
@mikioh mikioh changed the title cmd/get: falls back to HTTP cmd/go: falls back to HTTP Mar 5, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants