树莓派安装openssl支持HTTPS
Posted leeechee
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了树莓派安装openssl支持HTTPS相关的知识,希望对你有一定的参考价值。
一步一步走
wget https://www.openssl.org/source/openssl-1.1.1a.tar.gz
tar xvf openssl-1.1.1a.tar.gz
cd openssl-1.1.1a
./config
make
echo ~
sudo make install
cd curl-7.71.1/
./configure --prefix=$PWD/_install --with-ssl
make
make install
世道变了
sudo apt install libssl-dev libcurl4 libcurl4-openssl-dev
然后
-lcurl 即可
以上是关于树莓派安装openssl支持HTTPS的主要内容,如果未能解决你的问题,请参考以下文章
树莓派/Debian “无法定位软件包 mod_ssl” 问题解决方案
树莓派/Debian Apache2 配置自建 CA 实现 HTTPS(SSL) 服务