Disable insecure SSL protocols

SSLv2 and v3 have serious protocol flaws. They should be disabled by default. This is also what most distributions do and is recommended by the OpenSSL wiki: http://wiki.openssl.org/index.php/Compilation_and_Installation
This commit is contained in:
Aaron Zauner 2014-06-27 14:51:20 +02:00
parent fdd216ab0c
commit d4e4eaeccd

View file

Internal server error - The gay git

500

Internal server error

Forgejo version: 9.0.3

@ -802,7 +802,7 @@ build_package_mac_openssl() {