当前位置: > CentOS > CentOS故障 >

如何修复TLS_FALLBACK_SCSV not supported

时间:2015-01-18 20:46来源:linux.it.net.cn 作者:IT

TLS_FALLBACK_SCSV

以CentOS 6系统为例

1 yum -y update openssl  #更新openssl到1.0.1以上
2 /etc/init.d/nginx restart  #重启nginx,如是apache的话,执行/etc/init.d/httpd restart

Debian和Ubuntu应该是这样执行命令

1 apt-get -y install --only-upgrade openssl  #更新openssl到1.0.1以上
2 /etc/init.d/nginx restart  #重启nginx,如是apache的话,执行/etc/init.d/httpd restart

更新openssl后到ssllabs测试一下,Ctrl+F输入“Downgrade attack prevention”查看状态
TLS_FALLBACK_SCSV__supported

完。
 



(责任编辑:IT)
------分隔线----------------------------
栏目列表
推荐内容