diff options
| author | 2021-11-23 23:04:08 +0000 | |
|---|---|---|
| committer | 2021-11-23 23:05:06 +0000 | |
| commit | 303c7926071b14f684a80d5502d3e1ebaa47ca11 (patch) | |
| tree | b9d9844d7fa1e5f1c9ac01fac3b390973fa8290a /tools | |
| parent | Add the <connect:uniqueusername> option. (diff) | |
Remind users about the `selfsigned` option to inspircd-testssl.
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/testssl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/testssl b/tools/testssl index 9a08e31a5..c64dbf5f0 100755 --- a/tools/testssl +++ b/tools/testssl @@ -143,8 +143,10 @@ ${\CC_RED}no${\CC_RESET} It appears that something is wrong with your server. Make sure that: - - You are not using an old version of GnuTLS, mbedTLS, or OpenSSL which only + * You are not using an old version of GnuTLS, mbedTLS, or OpenSSL which only supports deprecated algorithms like SSLv3. + * If you are using a self-signed certificate (not recommended) that you passed + the `selfsigned` argument to this script. The error provided by the SSL library was: |
