如何为OpenLiteSpeed添加BorsingSSL支持以开启TLSv1.3

原创 qtwrk  2018-07-13 02:22  阅读 635 次 评论 1 条

下载openliteseed源代码, 下载Google boringssl源代码。

假设当前目录是 /root

yum install pcre-devel openssl-devel expat-devel geoip-devel zlib-devel udns-devel git gcc gcc-c++ make autoconf glibc rcs cmake golang libtool -y
wget https://openlitespeed.org/packages/openlitespeed-1.4.34.tgz
tar xzvf openlitespeed-1.4.34.tgz
cd openlitespeed-1.4.34
git clone https://boringssl.googlesource.com/boringssl
cd boringssl
mkdir build
cd build
cmake ..
make
cd ../..
./configure --with-bssl=/root/openlitespeed-1.4.34/boringssl
make
systemctl stop lsws
make install
systemctl daemon-reload
systemctl start lsws
本文地址:https://vps.group/openlitespeed-boringssl-tlsv13-20180713.html
版权声明:本文为原创文章,版权归 qtwrk 所有,欢迎分享本文,转载请保留出处!

发表评论


表情