<div dir="ltr"><div dir="ltr">Seems to be a openssl related issue. Anyone have any ideas as to what this is?<br><br>Note that the url works in a browser.<br><br>With wget:<br><br>    # wget -d <a href="https://deb.nodesource.com/setup_8.x">https://deb.nodesource.com/setup_8.x</a><br><br>    DEBUG output created by Wget 1.19.4 on linux-gnu.<br>    <br>    Reading HSTS entries from /home/user/.wget-hsts<br>    URI encoding = ‘UTF-8’<br>    Converted file name 'setup_8.x' (UTF-8) -> 'setup_8.x' (UTF-8)<br>    --2018-09-02 19:54:06--  <a href="https://deb.nodesource.com/setup_8.x">https://deb.nodesource.com/setup_8.x</a><br>    Could not seed PRNG; consider using --random-file.<br>    OpenSSL: error:2406F07A:random number generator:RAND_load_file:Not a regular file<br>    Disabling SSL due to encountered errors.<br><br>With curl:<br><br>    # curl -v -L <a href="https://deb.nodesource.com/setup_8.x">https://deb.nodesource.com/setup_8.x</a><br><br>    *   Trying 205.251.207.2...<br>    * TCP_NODELAY set<br>    * Connected to <a href="http://deb.nodesource.com">deb.nodesource.com</a> (205.251.207.2) port 443 (#0)<br>    <br>    <hangs><br></div></div>