mirror of
https://github.com/drwetter/testssl.sh.git
synced 2026-04-21 10:23:31 +02:00
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:
@@ -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, doesn’t 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, doesn’t 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
|
||||
|
||||
Reference in New Issue
Block a user