From e3fb9717e627de7653e389be7ee7c67bdd435d25 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Thu, 21 May 2020 21:53:07 +0100 Subject: Add support for TLS 1.3 --- certexpiry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certexpiry.sh b/certexpiry.sh index d564a5f..3901f95 100755 --- a/certexpiry.sh +++ b/certexpiry.sh @@ -41,7 +41,7 @@ while read -r HOSTANDPORT ; do # Try various TLS versions against this host:port to try and get a response RETCODE=1 - for PROTOCOL in -tls1_2 -tls1_1 -tls1 ; do + for PROTOCOL in -tls1_3 -tls1_2 -tls1_1 -tls1 ; do if [ "$RETCODE" -eq 0 ] ; then break fi -- cgit v1.2.3