Update testssl.sh

clarify comment
This commit is contained in:
Dirk Wetter 2023-05-15 15:04:59 +02:00 committed by GitHub
parent 93466806f5
commit e33e0bc204
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"