内射女校花一区二区三区,久久久老熟女一区二区三区,国产精品美女久久久网站,亚洲成AV人片在

Board logo

標(biāo)題: [BUG反饋] 開(kāi)啟ssl服務(wù) 沒(méi)有支持TLS1.0 跟1.1 [打印本頁(yè)]

作者: 294652958    時(shí)間: 2018-3-16 13:44     標(biāo)題: 開(kāi)啟ssl服務(wù) 沒(méi)有支持TLS1.0 跟1.1

開(kāi)啟ssl服務(wù)后  網(wǎng)站只支持TLS1.2   部分老版本的安卓設(shè)置只能使用TLS1.0 或者TLS1.1  導(dǎo)致部分安卓設(shè)置打不開(kāi)網(wǎng)站  請(qǐng)問(wèn)在哪里配置TLS1.0 跟TLS1.1呢
作者: lele8060    時(shí)間: 2018-5-11 16:15

是多站點(diǎn)虛擬主機(jī)嗎?
如果是虛擬主機(jī)的話,下面的方法或許會(huì)幫助到你.
我之前也遇到這個(gè)問(wèn)題,困惑了半年終于解決了.

https://serverfault.com/questions/513961/how-to-disable-tls-1-1-1-2-in-apache
作者: lele8060    時(shí)間: 2018-5-11 16:15

First of all, you must identify what is the default vhost for port 443 in your server (the first SSL vhost loaded by Apache) and edit it's configuration file. Most users have an ssl.conf file in their servers, with a vhost for port 443 configured there. As the name of this file begins with "s", it will load before the vhosts configured in vhosts.conf (which begins with "v"). So, check if this is your case (the answer is "yes" for virtually everyone) and change the protocols in that file. That's enough!
作者: 乘風(fēng)    時(shí)間: 2019-1-18 23:48

回復(fù) 2# lele8060


   可以具體說(shuō)一下你是怎么解決的嗎?我試了幾次還是不行
作者: 乘風(fēng)    時(shí)間: 2019-1-19 10:36

<VirtualHost *:443>
SSLEngine on
SSLCertificateFile conf/cert/x.star.com.crt
SSLCertificateKeyFile conf/cert/x.star.com.key
SSLCertificateChainFile conf/cert/bundle_x.star.com.crt

SSLProtocol TLSv1 TLSv1.1 TLSv1.2
SSLCipherSuite ECDHE-RSA-AES128-GCM-SHA256:ECDHE:ECDH:AES:HIGH:!NULL:!aNULL:!MD5:!ADH:!RC4

#SSLProtocol +SSLv3 +TLSv1 +TLSv1.1 +TLSv1.2 -SSLv2 -SSLv3 -TLSv1 -TLSv1.1
#SSLProtocol all -SSLv2 -SSLv3
#SSLCipherSuite HIGH:!RC4:!MD5:!aNULL:!eNULL:!NULL:!DH:!EDH:!EXP:+MEDIUM
#SSLHonorCipherOrder on




歡迎光臨 WDlinux官方論壇 (http://www.sdymsy.com/bbs/) Powered by Discuz! 7.2