TLS 1.1 protocol still detected on ONTAP management interface after being disabled
Applies to
ONTAP 9
Issue
- TLS 1.1 was disabled using the
security config modifycommands. - However, security scans (such as OpenSSL) still report that the ONTAP management interface (port 443) responds to TLS 1.1 connections.
::*> security config show...Supported Protocols: TLSv1.2, TLSv1.3...
:~> openssl s_client -connect 10.**.**.46:443 -tls1_1CONNECTED(00000003)...Protocol : TLSv1.1Cipher : ECDHE-RSA-AES256-SHA...
