mirror of
https://github.com/fatedier/frp.git
synced 2025-05-15 12:04:56 +00:00
force frp use tls1.2 only when set TLS mode avoid to use 3des algorithm 64-bit block cipher 3DES vulnerable to SWEET32 attack user can scan it by nmap below: nmap -sV -p 7000 --script ssl-enum-ciphers x.x.x.x CVE-2016-2183 reference: https://github.com/fatedier/frp/issues/3973 https://stackoverflow.com/questions/31226131/how-to-set-tls-cipher-for-go-server https://www.cnblogs.com/stjwy/p/17286010.html