如何升级openssl-1.1.1-pr
修改lnmp.conf 里的Nginx_Modules_Options='' ,引号中加上--with-openssl=/root/OPENSSL解压目录/ --with-openssl-opt=enable-tls1_3重新升级nginx (新版 https://www.openssl.org/source/ )wget https://www.openssl.org/source/openssl-1.1.1-pre2.tar.gz && tar zxvf openssl-1.1.1-pre2.tar.gz && cd /root/lnmp1.5 && ./upgrade.sh nginx
这是老版本的升级方法,但是这个方法在LNMP1.5上会报错,我是想开启tls1.3,而且新版CHROME可以支持到DRAFT23 1.4开始就已经默认添加了openssl 1.0.2 ,需要另外Enable_Nginx_Openssl设为n
你只说报错,不提供错误信息没法分析可能原因 能否做一个升级OPENSSL的自动脚本?
回复 3# 的帖子
不会增加对系统openssl的升级,脚本中已经有openssl 1.0.2,对需要的系统环境另外安装openssl 1.0.2
页:
[1]