From 4ff442ad7fc6ee2b9a203fef8e1727c8af7dfb72 Mon Sep 17 00:00:00 2001 From: Dirk Date: Wed, 21 Mar 2018 15:06:09 +0100 Subject: [PATCH] Backport of fix for #1021 Note: The order of an if-statement matters if a variable isn't declared. ;-) Probably this 2.9.5 can live without it but rather play safe and clean... --- testssl.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/testssl.sh b/testssl.sh index 68f49fe..68eeca0 100755 --- a/testssl.sh +++ b/testssl.sh @@ -13086,6 +13086,7 @@ initialize_globals() { do_tls_sockets=false do_client_simulation=false do_display_only=false + do_starttls=true }