-
Notifications
You must be signed in to change notification settings - Fork 18k
website: 403 Forbidden from golang.org #15642
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
Comments
@acidnik does visiting https://golang.org work for you? |
@adg "for me" as in "from my home machine"? Yes it does. |
@acidnik Right. I am asking you to clarify that you get the same result with just "curl https://golang.org/" from that machine. |
These commands:
Return 200 OK for me tested from a couple of different DO instances (CoreOS, Ubuntu) - returns a redirect or a page respectively. So I don't think there is a general problem. Suggest this is closed unless @acidnik wants to pursue it further. |
@broady, could you file an IP geolocation bug? (see my previous ones) |
We've made some changes since May. @acidnik are you still seeing this? Please reply/re-open if you are. |
Please answer these questions before submitting your issue. Thanks!
go version
)?go version go1.6.2 linux/amd64
go env
)?GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/nik/go"
GORACE=""
GOROOT="/usr/local/go"
GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64"
GO15VENDOREXPERIMENT="1"
CC="gcc"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0"
CXX="g++"
CGO_ENABLED="1"
$ go get -v github.com/revel/revel
Fetching https://golang.org/x/net/websocket?go-get=1
Parsing meta tags from https://golang.org/x/net/websocket?go-get=1 (status code 403)
package golang.org/x/net/websocket: unrecognized import path "golang.org/x/net/websocket" (parsing golang.org/x/net/websocket: XML syntax error on line 9: expected /> in element)
Fetching https://golang.org/x/sys/unix?go-get=1
Parsing meta tags from https://golang.org/x/sys/unix?go-get=1 (status code 403)
package golang.org/x/sys/unix: unrecognized import path "golang.org/x/sys/unix" (parsing golang.org/x/sys/unix: XML syntax error on line 9: expected /> in element)
curl https://golang.org/x/net/websocket?go-get=1 -v
CApath: /etc/ssl/certs
< Content-Type: text/html; charset=UTF-8
< Content-Length: 1594
< Date: Wed, 11 May 2016 14:15:19 GMT
< <title>Error 403 (Forbidden)!!1</title> <style> _{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:Unused variable check no enforced for package scope #222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding: 30px 0 15px}_ > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:Parsing inconsistency between 6g and gofmt #777;text-d ecoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/image s/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/ branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp. png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat; -webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px} </style>
403. That’s an error.
Your client does not have permission to get URL
/x/net/websocket
from this server. That’s all we know.working go get
403 forbidden
ip ad
...
inet 178.62.239.252
inet6 2a03:b0c0:2:d0::b6:1001
...
The text was updated successfully, but these errors were encountered: