From 22a4f5277423fe99d72e39a3471df0e04e977ee2 Mon Sep 17 00:00:00 2001 From: mum-viadee Date: Mon, 15 May 2023 15:20:54 +0200 Subject: [PATCH] Clarify comment, redone --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 13dfd8d..51d5f88 100755 --- a/testssl.sh +++ b/testssl.sh @@ -16896,7 +16896,7 @@ run_renego() { local hint="" local jsonID="" local ssl_reneg_attempts=$SSL_RENEG_ATTEMPTS - # SNI is needed here as openssl returns an error if missing + # In cases where there's no default host configured we need SNI here as openssl then would return otherwise an error and the test will fail "$HAS_TLS13" && [[ -z "$proto" ]] && proto="-no_tls1_3"