@cryptotaxi247 / infra-1 / commits / 1829ebc0

Disable use of old SSL protocols/ciphers

Eelco Dolstra committed Mar 9, 2015 at 13:27 UTC 1829ebc065bcc6aaa251afcdcfb9b2b1b622f65d
1 file changed +3
delft/delft-webserver.nix
+3
@@ -113,6 +113,9 @@ in
113 </Location>
114
115 ExtendedStatus On
116 +
117 + SSLProtocol All -SSLv2 -SSLv3
118 + SSLCipherSuite HIGH:!aNULL:!MD5:!EXP
119 '';
120
121 phpOptions =