wget can't upload file through HTTPS

本文介绍了解决使用wget下载HTTPS资源时出现的特定错误的方法。通过使用openssl生成随机种子文件,并结合--random-file参数,可以避免因熵池问题导致的wget HTTPS下载失败。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

   When using wget with https, if you get the following error:

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

    It means that the udev daemon may be in physical mode.   Create the /dev/random device manually:

mknod /dev/random c 1 8

 

    Actually, most client don't want to use this way, but you need use wget to trigger the command with https, so how to resolve this. please refer to below;

     1.  firstly, using openssl to generate a rand seed

     2. then using WGET  https://xxx.com  --random-file /tmp/randseed

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值