Hello 

Our chief data scientist at work was showing me an example of a prime sieve 
in golang. He shared this with me:

https://play.golang.org/p/49awp0a7jv

I get a 403 forbidden when I try to access that or any other example 







▶ curl -v https://play.golang.org/p/hmQb12rl5v
*   Trying 209.85.232.141...
* Connected to play.golang.org (209.85.232.141) port 443 (#0)
* TLS 1.2 connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
* Server certificate: misc-sni.google.com
* Server certificate: Google Internet Authority G2
* Server certificate: GeoTrust Global CA
> GET /p/hmQb12rl5v HTTP/1.1
> Host: play.golang.org
> User-Agent: curl/7.43.0
> Accept: */*
>
< HTTP/1.1 403 Forbidden
< Strict-Transport-Security: max-age=31536000; preload
< Content-Type: text/plain; charset=utf-8
< X-Content-Type-Options: nosniff
< X-Cloud-Trace-Context: f822e86c231dd9506c5c49645e765a40
< Date: Thu, 04 Aug 2016 15:48:58 GMT
< Server: Google Frontend
< Content-Length: 10
< Alternate-Protocol: 443:quic
< Alt-Svc: quic=":443"; ma=2592000; v="36,35,34,33,32,31,30"
<
Forbidden
* Connection #0 to host play.golang.org left intact



I am at home behind a static ipv4 connection. I also tested with a vpn 
connection (tunnelr).

What should I futher troubleshoot on this?

thanks

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to