wget GnuTLS error - Unable to establish SSL connection
Posted: Wed Sep 13, 2017 3:27 pm
I am trying to set up autostart for Node Red and am following their advice from https://nodered.org/docs/hardware/raspberrypi
I am getting a GnuTLS error - Unable to establish SSL connection when I execute the wget command:
I have tried with http - same outcome, and adding --no-check-certificate also same outcome. I can see the files when I use my PC, both using Chrome and Explorer. Have also waited an hour or two and retried. Date and time are correct.
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
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