I am getting a GnuTLS error - Unable to establish SSL connection when I execute the wget command:
Code: Select all
pi@MyIoT:~ $ sudo wget https://raw.githubusercontent.com/node-red/raspbian-deb-package/master/resources/nodered.service -O /lib/systemd/system/nodered.service
--2017-09-13 13:56:28-- https://raw.githubusercontent.com/node-red/raspbian-deb-package/master/resources/nodered.service
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.
pi@MyIoT:~ $Am running jessie with Node Red and npm updates. and mosquitto MQTT server.
Could I create blank files and paste the contents? Does not seem the right approach!
Ideas much appreciated.
Mike