Verify if server supports a particular TLS version
Recently disabled supported for TLS 1.1 on my server. To test if everything was working fine, I used curl. # Should fail curl -I -v --tlsv1.1 --tls-max 1.1 https://myserver.com/v1/ #…
Recently disabled supported for TLS 1.1 on my server. To test if everything was working fine, I used curl. # Should fail curl -I -v --tlsv1.1 --tls-max 1.1 https://myserver.com/v1/ #…