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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user