aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Sadie Powell2024-11-25 11:22:40 +0000
committerGravatar Sadie Powell2024-11-25 11:22:40 +0000
commit900bfeb6b7ec460bfa92e855e656016f19c4363b (patch)
tree04b25252b76f0b24a8e168c8913cfa47d8aa566c
parentUse the official name of the Windows release we support. (diff)
Add a link to the TLS tutorial to the error about building with
TLS support.
-rwxr-xr-xconfigure6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure b/configure
index b9cd6dcb8..73ac730fc 100755
--- a/configure
+++ b/configure
@@ -416,8 +416,10 @@ security and privacy of your IRC server and is required for linking servers.
Please read the following documentation pages on how to enable TLS support:
-GnuTLS (recommended): https://docs.inspircd.org/$version{MAJOR}/modules/ssl_gnutls
-OpenSSL: https://docs.inspircd.org/$version{MAJOR}/modules/ssl_openssl
+Configuration: https://docs.inspircd.org/tutorials/enable-tls
+GnuTLS module: https://docs.inspircd.org/$version{MAJOR}/modules/ssl_gnutls
+OpenSSL module: https://docs.inspircd.org/$version{MAJOR}/modules/ssl_openssl
+
EOM
}