How to Disable TLS 1.0 /1.1 in Apache Server

筆記一下禁用 TLS 1.0 與 1.1

結論

Apche

sudo vi /etc/apache2/httpd.conf

#   SSL Protocol support:
# List the enable protocol levels with which clients will be able to
# connect.  Disable SSLv2 access by default:
SSLProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1

Windows

Nartac Software - IIS Crypto

參照

How to Disable TLS 1.0 /1.1 in Apache Server - Fedingo

延伸閱讀

Azure VPN Windows Server 2012 R2 Error 812 | Jakeuj - 點部落 (dotblogs.com.tw)

PS5