Fix doc error regarding MAX_SOCKET_FAIL + MAX_OSSL_FAIL

The trailing error messages were swapped in the paragraphs /
description for MAX_SOCKET_FAIL + MAX_OSSL_FAIL .

This fixes the confusion for 3.3dev , see #3028 .
This commit is contained in:
Dirk
2026-04-20 18:43:59 +02:00
parent d2d684e31b
commit b773fa9939
3 changed files with 8 additions and 8 deletions

View File

@@ -1141,14 +1141,14 @@ MAX_SOCKET_FAIL: A number which tells testssl.sh how often a TCP socket
connection may fail before the program gives up and terminates.
The default is 2.
You can increase it to a higher value if you frequently see a message
like \f[I]Fatal error: repeated openssl s_client connect problem,
doesn\[cq]t make sense to continue\f[R].
like \f[I]Fatal error: repeated TCP connect problems, giving up\f[R].
.IP \[bu] 2
MAX_OSSL_FAIL: A number which tells testssl.sh how often an OpenSSL
s_client connect may fail before the program gives up and terminates.
The default is 2.
You can increase it to a higher value if you frequently see a message
like \f[I]Fatal error: repeated TCP connect problems, giving up\f[R].
like \f[I]Fatal error: repeated openssl s_client connect problem,
doesn\[cq]t make sense to continue\f[R].
.IP \[bu] 2
MAX_HEADER_FAIL: A number which tells testssl.sh how often a HTTP GET
request over OpenSSL may return an empty file before the program gives