Jean-Philippe Pialasse
57202723f1
- use esmith::ssl to set ciphers and protocol [SME: 12821] improve cipher order to get strongers first drop SSLv2
6 lines
116 B
Plaintext
6 lines
116 B
Plaintext
{
|
|
# delete old httpd-e-smith apache properties
|
|
$DB->get('httpd-e-smith')->delete_prop($_) for ( qw(SSLv2 ) );
|
|
|
|
}
|