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

@@ -995,13 +995,13 @@
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 <em>Fatal error:
repeated openssl s_client connect problem, doesnt make sense to
continue</em>.</li>
repeated TCP connect problems, giving up</em>.</li>
<li>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 <em>Fatal
error: repeated TCP connect problems, giving up</em>.</li>
error: repeated openssl s_client connect problem, doesnt make
sense to continue</em>.</li>
<li>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 up and terminates. The default is 3. Also here