diff options
| author | 2021-04-17 18:52:19 +0100 | |
|---|---|---|
| committer | 2021-04-17 18:52:19 +0100 | |
| commit | 8e6b4d17d4d5fc45d2ed8c3043bed770c6d64d22 (patch) | |
| tree | 54c9b151e3812bdd49daf012ed3664c39f50b555 /tools | |
| parent | Clean up the ConvTo functions. (diff) | |
| parent | Improve the debug logging for httpd_acl auth attempts. (diff) | |
Merge branch 'insp3' into master.
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 1f06f2547..643dd4463 100755 --- a/tools/testssl +++ b/tools/testssl @@ -107,7 +107,7 @@ It appears that the server endpoint is using plaintext! Make sure that: * The value of <bind:ssl> 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_gnutle module, "openssl" if using the ssl_openssl + "gnutls" if using the ssl_gnutls module, "openssl" if using the ssl_openssl module, or "mbedtls" if using the ssl_mbedtls module. * If you have your TLS configuration in a file other than inspircd.conf then |
