-
Notifications
You must be signed in to change notification settings - Fork 56
Description
Hi Ben,
There seems to be an issue downloading intro.py from my Raspberry Pi, both with wget and the direct download link.
wget gives the following error:
$ wget http://goo.gl/dBpAfd -O intro.py --no-check-certificate --2016-02-05 16:46:40-- http://goo.gl/dBpAfd Resolving goo.gl (goo.gl)... 216.58.213.110, 2a00:1450:4009:80f::200e Connecting to goo.gl (goo.gl)|216.58.213.110|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://raw.githubusercontent.com/bennuttall/python-intro/master/intro.py [following] --2016-02-05 16:46:40-- https://raw.githubusercontent.com/bennuttall/python-intro/master/intro.py Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 62.252.172.241 Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|62.252.172.241|:443... connected. GnuTLS: A TLS fatal alert has been received. GnuTLS: received alert [0]: Close notify Unable to establish SSL connection.
Clicking https://raw.githubusercontent.com/bennuttall/python-intro/master/intro.py gives the following:
Error performing TLS Handshake: GnuTLS internal error
I've tried on a couple of my Pi's with no luck, both Jessie and Wheezy. However clicking the link on my MacBook works fine, so it seems to be a Raspberry Pi issue...