SSL/TLS協議信息泄露漏洞(CVE-2016-2183)【原理掃描】


在此文的基礎上

https://www.cnblogs.com/dwj192/p/13962845.html

只更新nginx 的openssl,不更新系統的openssl

下載新版openssl,

wget https://www.openssl.org/source/openssl-1.1.1l.tar.gz
tar -zxvf openssl-1.1.1l.tar.gz -C /usr/local

configure命令替換為

./configure --prefix=/usr/local/nginx119  --with-http_stub_status_module --with-http_ssl_module --with-http_gzip_static_module --with-pcre --with-http_realip_module --with-stream --with-http_v2_module --with-openssl=/usr/local/openssl-1.1.1l/

編譯安裝即可,記得刪除原來的nginx可執行文件


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM