You want to test which TLS version is compatible with certain endpoint. And even though there are certain tools to analyze a tcpdump, the TLS handshake or SSL debug, you don't have access to those tools.
In this KB article, we'll use the cURL tool, since is already present in most of the operating systems nowadays, or in case of Windows, is very easy to install it.
Considering that you want to analyze the TLS compatible version for the endpoint germancorbetta2-dlb.lb.anypointdns.net, you may run the following commands:
curl https://germancorbetta2-dlb.lb.anypointdns.net --insecure --tlsv1.0 --tls-max 1.0
curl https://germancorbetta2-dlb.lb.anypointdns.net --insecure --tlsv1.1 --tls-max 1.1
curl https://germancorbetta2-dlb.lb.anypointdns.net --insecure --tlsv1.2 --tls-max 1.2
curl https://germancorbetta2-dlb.lb.anypointdns.net --insecure --tlsv1.3 --tls-max 1.3
curl: (35) error:1404B410:SSL routines:ST_CONNECT:sslv3 alert handshake failure
~ curl https://dev.api01.haieramericas.net --insecure --tls-max 1.1 --verbose * Trying 34.206.73.227:443... * Connected to dev.api01.haieramericas.net (34.206.73.227) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * successfully set certificate verify locations: * CAfile: /etc/ssl/cert.pem * CApath: none * (304) (OUT), TLS handshake, Client hello (1): * error:1404B410:SSL routines:ST_CONNECT:sslv3 alert handshake failure * Closing connection 0 curl: (35) error:1404B410:SSL routines:ST_CONNECT:sslv3 alert handshake failure
001116399

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.