@cryptotaxi247 / infra / commits / bebc0e11

Disable SSLv2/v3

Eelco Dolstra committed Oct 15, 2014 at 11:48 UTC bebc0e114cbc112b17870bf9ecbf0031b0bc4a7d
1 file changed +1
nixos-org/webserver.nix
+1
@@ -122,6 +122,7 @@ in
122 ''
123 SSLCertificateChainFile /root/ssl-secrets/startssl-class1.pem
124 SSLCACertificateFile /root/ssl-secrets/startssl-ca.pem
125 + SSLProtocol All -SSLv2 -SSLv3
126 '';
127 extraSubservices =
128 [ { function = import <services/subversion>;