From 900bfeb6b7ec460bfa92e855e656016f19c4363b Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 25 Nov 2024 11:22:40 +0000 Subject: [PATCH] Add a link to the TLS tutorial to the error about building with TLS support. --- configure | 6 ++++-- 1 file 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 }