OpenWrtHTTPS支持

2019-09-26 | 日记本:《网络技术学习》

在安装完 OpenWrt 后,官方固件并不支持 HTTPS,因此 wget, curl 甚至于 opkg 中都不能使用 HTTPS,因此安装 HTTPS 支持就很有必要了。

安装步骤

opkg update

opkg install wget ca-certificates openssl-util ca-bundle

curl 报错

在没有安装 ca-bundle 时,使用 curl 访问 HTTPS 链接会出现错误 curl: (77) Error reading ca cert file /etc/ssl/certs/ca-certificates.crt - mbedTLS: (-0x3E00) PK - Read/write of file failed

更多相关作文