wget ERROR The certificate was signed using an insecure algorithm
wget 大约 473 字错误信息
--2021-05-27 13:16:43-- https://www.php.net/distributions/php-7.3.24.tar.gz
Resolving www.php.net (www.php.net)... 185.85.0.29, 2a02:cb40:200::1ad
Connecting to www.php.net (www.php.net)|185.85.0.29|:443... connected.
ERROR: The certificate of ‘www.php.net’ is not trusted.
ERROR: The certificate of ‘www.php.net’ was signed using an insecure algorithm.
解决方法
添加--no-check-certificate
参数。
wget --no-check-certificate https://www.php.net/distributions/php-7.2.34.tar.gz
阅读 1425 · 发布于 2021-07-16
————        END        ————
Give me a Star, Thanks:)
https://github.com/fendoudebb扫描下方二维码关注公众号和小程序↓↓↓

昵称:
随便看看
换一批
-
Java 并发编程之 AQS ReentrantReadWriteLock 读写锁源码解析阅读 242
-
Tomcat 开启 gzip 压缩阅读 616
-
Docker Dockerfile 关键字阅读 292
-
Spring Boot使用 Jackson 注解阅读 555
-
JavaScript/PHP 判断是否为微信内置浏览器阅读 2149
-
Java 并发编程之 AtomicReference阅读 395
-
Spring Boot NoClassDefFoundError: com/mongodb/connection/DefaultClusterFactory阅读 2977
-
Java 并发编程之 CopyOnWriteArrayList阅读 380
-
Java WebSocket 获取 HttpSession阅读 1639
-
Android 允许使用大内存阅读 1201