# Should fail curl -I -v --tlsv1.1 --tls-max 1.1 https://myserver.com/v1/ # Should work curl -I -v --tlsv1.2 --tls-max 1.2 https://myserver.com/v1/
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.