curl และ wget ไม่ทำงานกับเว็บไซต์ https หลังจากอัปเกรดเป็น Ubuntu 18.04.1


0

ดูเหมือนว่าจะเป็นปัญหาที่เกี่ยวข้องกับ 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>

คำตอบ:


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 daemon อาจอยู่ในโหมดฟิสิคัล สร้างอุปกรณ์ / dev / สุ่มด้วยตนเอง:

mknod /dev/random c 1 8

ใช่เห็นว่า ใช้งานไม่ได้ มีอยู่แล้ว
Ziffusion

เสียใจเป็นอย่างยิ่ง. ถ้าคุณกำจัด openssl แล้วให้ติดตั้งอีกครั้ง? คุณสามารถอัพเดทคำถามเดิมของคุณด้วยหมายเลขเวอร์ชั่นของ curl, wget และ openssl ได้ไหม?
bcs78

พยายามเช่นกัน
Ziffusion
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.