richy01908
Jan 31, 2023Nimbostratus
LTM VM 16.1.2.2 - Disable TLSv1.1 in clientssl, can still Openssl to it?
After an audit, required to disable TLSv1.1 on our new F5 VM LTM's
Following various F5 Documents, enable "No TLSv1.1" in Local Traffic / Profiles / SSl / Client / clientssl
Then sign in to bash, following command:
#openssl s_client - connect n.n.n.n:443 -tls1_1
Command displays the Server certificate
I then tried #openssl s_client - connect n.n.n.n:443 -tls1 (as this option available)
- No peer certificates available / No client certifcate CA names sent / SSL handshake has read 0 bytes etc..