Python3.7使用的openssl為1.0.2版本或1.1以上的版本
創(chuàng)新互聯(lián)網(wǎng)站建設(shè)公司是一家服務(wù)多年做網(wǎng)站建設(shè)策劃設(shè)計(jì)制作的公司,為廣大用戶(hù)提供了成都網(wǎng)站建設(shè)、網(wǎng)站設(shè)計(jì),成都網(wǎng)站設(shè)計(jì),一元廣告,成都做網(wǎng)站選創(chuàng)新互聯(lián),貼合企業(yè)需求,高性?xún)r(jià)比,滿(mǎn)足客戶(hù)不同層次的需求一站式服務(wù)歡迎致電。Centos .9安裝openssl 1.1版本
[root@python3_7 soft]# mkdir –p /soft
[root@python3_7 soft]# cd /soft
[root@python3_7 soft]# wget https://www.openssl.org/source/openssl-1.1.0j.tar.gz
更新zlib
[root@python3_7 soft]# yum install -y zlib
[root@python3_7 soft]# tar zxvf openssl-1.1.0j.tar.gz
[root@python3_7 soft]# cd openssl-1.1.0j
[root@python3_7 openssl-1.1.0j]# ./config shared zlib
[root@python3_7 openssl-1.1.0j]# make
[root@python3_7 openssl-1.1.0j]# make install
[root@python3_7 openssl-1.1.0j]# mv /usr/bin/openssl /usr/bin/openssl.bak
[root@python3_7 openssl-1.1.0j]# mv /usr/include/openssl /usr/include/openssl.bak
[root@python3_7 openssl-1.1.0j]# ln -s /usr/local/ssl/bin/openssl /usr/bin/openssl
[root@python3_7 openssl-1.1.0j]# ln -s /usr/local/ssl/include/openssl /usr/include/openssl
在/etc/ld.so.conf文件中寫(xiě)入openssl庫(kù)文件的搜索路徑
[root@python3_7 openssl-1.1.0j]# echo "/usr/local/lib64" >> /etc/ld.so.conf
使修改后的/etc/ld.so.conf生效,
[root@python3_7 openssl-1.1.0j]# ldconfig -v
查看是否升級(jí)成功
[root@python3_7 openssl-1.1.0j]# openssl version
OpenSSL 1.1.0j 20 Nov 2018
另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)cdcxhl.cn,海內(nèi)外云服務(wù)器15元起步,三天無(wú)理由+7*72小時(shí)售后在線(xiàn),公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國(guó)服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡(jiǎn)單易用、服務(wù)可用性高、性?xún)r(jià)比高”等特點(diǎn)與優(yōu)勢(shì),專(zhuān)為企業(yè)上云打造定制,能夠滿(mǎn)足用戶(hù)豐富、多元化的應(yīng)用場(chǎng)景需求。