Update min protocol for https server for openssl3
This commit is contained in:
committed by
Grant Willcox
parent
c0ddead75f
commit
77b0fcb2f5
@@ -2,6 +2,7 @@ openssl_conf = openssl_init
|
||||
|
||||
[openssl_init]
|
||||
providers = provider_sect
|
||||
ssl_conf = ssl_sect
|
||||
|
||||
[provider_sect]
|
||||
default = default_sect
|
||||
@@ -12,3 +13,11 @@ activate = 1
|
||||
|
||||
[legacy_sect]
|
||||
activate = 1
|
||||
|
||||
[ssl_sect]
|
||||
system_default = system_default_sect
|
||||
|
||||
[system_default_sect]
|
||||
MinProtocol = SSLv3
|
||||
CipherString = ALL:@SECLEVEL=0
|
||||
Options = UnsafeLegacyRenegotiation
|
||||
|
||||
Reference in New Issue
Block a user