Skip to content

Commit 146605e

Browse files
authored
Merge pull request #3031 from testssl/fix_doc-problem_3029
Fix doc error regarding MAX_SOCKET_FAIL + MAX_OSSL_FAIL
2 parents d2d684e + b773fa9 commit 146605e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

doc/testssl.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1141,14 +1141,14 @@ MAX_SOCKET_FAIL: A number which tells testssl.sh how often a TCP socket
11411141
connection may fail before the program gives up and terminates.
11421142
The default is 2.
11431143
You can increase it to a higher value if you frequently see a message
1144-
like \f[I]Fatal error: repeated openssl s_client connect problem,
1145-
doesn\[cq]t make sense to continue\f[R].
1144+
like \f[I]Fatal error: repeated TCP connect problems, giving up\f[R].
11461145
.IP \[bu] 2
11471146
MAX_OSSL_FAIL: A number which tells testssl.sh how often an OpenSSL
11481147
s_client connect may fail before the program gives up and terminates.
11491148
The default is 2.
11501149
You can increase it to a higher value if you frequently see a message
1151-
like \f[I]Fatal error: repeated TCP connect problems, giving up\f[R].
1150+
like \f[I]Fatal error: repeated openssl s_client connect problem,
1151+
doesn\[cq]t make sense to continue\f[R].
11521152
.IP \[bu] 2
11531153
MAX_HEADER_FAIL: A number which tells testssl.sh how often a HTTP GET
11541154
request over OpenSSL may return an empty file before the program gives

doc/testssl.1.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -995,13 +995,13 @@ <h3 id="tuning-via-env-variables-and-more-options">TUNING via
995995
TCP socket connection may fail before the program gives up and
996996
terminates. The default is 2. You can increase it to a higher
997997
value if you frequently see a message like <em>Fatal error:
998-
repeated openssl s_client connect problem, doesn’t make sense to
999-
continue</em>.</li>
998+
repeated TCP connect problems, giving up</em>.</li>
1000999
<li>MAX_OSSL_FAIL: A number which tells testssl.sh how often an
10011000
OpenSSL s_client connect may fail before the program gives up
10021001
and terminates. The default is 2. You can increase it to a
10031002
higher value if you frequently see a message like <em>Fatal
1004-
error: repeated TCP connect problems, giving up</em>.</li>
1003+
error: repeated openssl s_client connect problem, doesn’t make
1004+
sense to continue</em>.</li>
10051005
<li>MAX_HEADER_FAIL: A number which tells testssl.sh how often a
10061006
HTTP GET request over OpenSSL may return an empty file before
10071007
the program gives up and terminates. The default is 3. Also here

doc/testssl.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,8 +408,8 @@ Except the environment variables mentioned above which can replace command line
408408
* DAYS2WARN2 is the second threshold when you'll be warning of a certificate expiration of a host, preset to 30 (days). For Let's Encrypt this value will be divided internally by 2.
409409
* TESTSSL_INSTALL_DIR is the derived installation directory of testssl.sh. Relatively to that the `bin` and mandatory `etc` directory will be looked for.
410410
* CA_BUNDLES_PATH: If you have an own set of CA bundles or you want to point testssl.sh to a specific location of a CA bundle, you can use this variable to set the directory which testssl.sh will use. Please note that it overrides completely the builtin path of testssl.sh which means that you will only test against the bundles you point to. Also you might want to use `~/utils/create_ca_hashes.sh` to create the hashes for HPKP.
411-
* 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 *Fatal error: repeated openssl s_client connect problem, doesn't make sense to continue*.
412-
* 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 *Fatal error: repeated TCP connect problems, giving up*.
411+
* 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 *Fatal error: repeated TCP connect problems, giving up*.
412+
* 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 *Fatal error: repeated openssl s_client connect problem, doesn't make sense to continue*.
413413
* 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 you can increase the threshold when you spot messages like *Fatal error: repeated HTTP header connect problems, doesn't make sense to continue*.
414414
* OPENSSL2 can be used to supply an alternative openssl version. This only makes sense if you want to amend the supplied version in `bin/` which lacks TLS 1.3 support with a version which doesn not and is not in `/usr/bin/openssl`.
415415
* OSSL_SHORTCUT should be set to false when you run interactively and don't want to switch automatically to `/usr/bin/openssl` (`OPENSSL2`) if you encounter a TLS 1.3-only host.

0 commit comments

Comments
 (0)