Hi,the setup is httpd-2.4.46 with OpenSSL-1.1.1g. The goal is to support the following SSL protocols:TLS1.3TLS1.2TLS1 -- for some legacy reasonSo I have specified:SSLProtocol +TLSv1 +TLSv1.2 +TLSv1.3Using "sslscan" I get:SSL/TLS Protocols:
SSLv2 disabled
SSLv3 disabled
TLSv1.0 disabled
TLSv1.1 disabled
TLSv1.2 enabled
TLSv1.3 enabledIf I useSSLProtocol +TLSv1 -TLSv1.1 +TLSv1.2 +TLSv1.3There is the same result. I can get 1.0 only if I explicitly enable 1.1SSLProtocol +TLSv1 +TLSv1.1 +TLSv1.2 +TLSv1.3resulting inSSL/TLS Protocols:
SSLv2 disabled
SSLv3 disabled
TLSv1.0 enabled
TLSv1.1 enabled
TLSv1.2 enabled
TLSv1.3 enabledwhich is not what I want. So, any ideas? Am I doing something wrong?CheersMartin--------------------------------------------------------
Martin Knoblauch
email: k n o b i AT knobisoft DOT de
www: http://www.knobisoft.de