mirror of
https://github.com/webmin/webmin.git
synced 2025-08-16 14:51:18 +00:00
Apache 2.2.15 does support TLS 1.1 and 1.2
This commit is contained in:
@ -37,7 +37,7 @@ return &parse_choice("SSLEngine");
|
||||
sub get_sslprotos
|
||||
{
|
||||
my @sslprotos = ("SSLv2", "SSLv3", "TLSv1" );
|
||||
if ($httpd_modules{'core'} >= 2.223) {
|
||||
if ($httpd_modules{'core'} >= 2.215) {
|
||||
push(@sslprotos, "TLSv1.1", "TLSv1.2");
|
||||
}
|
||||
return @sslprotos;
|
||||
|
Reference in New Issue
Block a user