diff options
| author | 2021-12-08 12:32:29 +0000 | |
|---|---|---|
| committer | 2021-12-08 12:32:29 +0000 | |
| commit | 05ccd525ada04bb1dd3bf9f52b3abdddb4ef2646 (patch) | |
| tree | 8f6718ae8526126bf014f1dd17867c1d98e51efc /tools | |
| parent | Consistently use `!foo` instead of `foo == NULL`. (diff) | |
Replace some references to ssl with tls.
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/testssl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testssl b/tools/testssl index 947553e98..6ea1307fe 100755 --- a/tools/testssl +++ b/tools/testssl @@ -105,7 +105,7 @@ It appears that the server endpoint is using plaintext! Make sure that: - ssl_openssl - ssl_mbedtls - * The value of <bind:ssl> is the same as an <sslprofile:name> field. + * The value of <bind:sslprofile> is the same as an <sslprofile:name> field. * The value of <sslprofile:provider> for your used TLS profile is set to "gnutls" if using the ssl_gnutls module, "openssl" if using the ssl_openssl |
