We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6216bcd commit 22a4f52Copy full SHA for 22a4f52
1 file changed
testssl.sh
@@ -16896,7 +16896,7 @@ run_renego() {
16896
local hint=""
16897
local jsonID=""
16898
local ssl_reneg_attempts=$SSL_RENEG_ATTEMPTS
16899
- # 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
16900
16901
"$HAS_TLS13" && [[ -z "$proto" ]] && proto="-no_tls1_3"
16902
0 commit comments