1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-10-02 07:40:19 +02:00

Update min protocol for https server for openssl3

This commit is contained in:
adfoster-r7 2023-01-15 14:08:26 +00:00 committed by Grant Willcox
parent c0ddead75f
commit 77b0fcb2f5
No known key found for this signature in database
GPG Key ID: D35E05C0F2B81E83

View File

@ -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