Кажется, проблема, связанная с openssl. У кого-нибудь есть идеи относительно того, что это такое?

Обратите внимание, что URL работает в браузере.

С помощью wget:

# wget -d https://deb.nodesource.com/setup_8.x

DEBUG output created by Wget 1.19.4 on linux-gnu.

Reading HSTS entries from /home/user/.wget-hsts
URI encoding = ‘UTF-8’
Converted file name 'setup_8.x' (UTF-8) -> 'setup_8.x' (UTF-8)
--2018-09-02 19:54:06--  https://deb.nodesource.com/setup_8.x
Could not seed PRNG; consider using --random-file.
OpenSSL: error:2406F07A:random number generator:RAND_load_file:Not a regular file
Disabling SSL due to encountered errors.

С завитком:

# curl -v -L https://deb.nodesource.com/setup_8.x

*   Trying 205.251.207.2...
* TCP_NODELAY set
* Connected to deb.nodesource.com (205.251.207.2) port 443 (#0)

<hangs>

1 ответ1

0

Может быть, это поможет: https://help.directadmin.com/item.php?id=227

При использовании wget с https, если вы получаете следующую ошибку:

Could not seed PRNG; consider using --random-file.
Disabling SSL due to encountered errors.

Это означает, что демон udev может находиться в физическом режиме. Создайте устройство /dev /random вручную:

mknod /dev/random c 1 8

Всё ещё ищете ответ? Посмотрите другие вопросы с метками .