Server'ın üzerinde aktif çalışan TLS versiyonunu aşağıdaki komutlarla kontrol edebilirsiniz. Güvenliğiniz için SSL bağlantıda TLS1.0 ve TLS1.1 kullanmamaya özen gösterin.
Linux Curl Komutları
TLS1.0 --> curl -v -s --tlsv1.0 https://domain -o /dev/null/ 2>&1
TLS1.1 --> curl -v -s --tlsv1.1 https://domain -o /dev/null/ 2>&1
TLS1.2 --> curl -v -s https://domain -o /dev/null/ 2>&1
Windows
curl https://domain -k -v --location-trusted --tlsv1.2 --ciphers 3DES -H "Connection: close"
curl https://domain -k -v --location-trusted --tlsv1.2 --ciphers AECDH-AES128-SHA
SSL versiyonunun desteklenip desteklenmediğini kotrol etmek için
curl https://domain -k -v --location-trusted --sslv3