]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Update references to config fields which were renamed.
authorSadie Powell <sadie@witchery.services>
Wed, 14 Apr 2021 17:58:17 +0000 (18:58 +0100)
committerSadie Powell <sadie@witchery.services>
Wed, 14 Apr 2021 17:58:17 +0000 (18:58 +0100)
src/modules/extra/m_ssl_gnutls.cpp
src/modules/extra/m_ssl_mbedtls.cpp
src/modules/extra/m_ssl_openssl.cpp
tools/testssl

index 4e6b09564d15cbd45065c126ad373de49d673416..5dadda1845e354ee5fb427d0074f5d924cb4edcf 100644 (file)
@@ -1314,7 +1314,7 @@ class ModuleSSLGnuTLS : public Module
                }
                else
                {
-                       ServerInstance->Logs->Log(MODNAME, LOG_DEFAULT, "You have defined an <sslprofile> tag; you should use this in place of \"gnutls\" when configuring TLS (SSL) connections in <bind:ssl> or <link:ssl>");
+                       ServerInstance->Logs->Log(MODNAME, LOG_DEFAULT, "You have defined an <sslprofile> tag; you should use this in place of \"gnutls\" when configuring TLS (SSL) connections in <bind:sslprofile> or <link:sslprofile>");
                        for (ConfigIter i = tags.first; i != tags.second; ++i)
                        {
                                ConfigTag* tag = i->second;
index 77c81b7fa57038c278cc794085d9c01f6adceb11..5c768ce3cb21c9bef89a64b3cf42ad3d4d7fb886 100644 (file)
@@ -888,7 +888,7 @@ class ModuleSSLmbedTLS : public Module
                }
                else
                {
-                       ServerInstance->Logs->Log(MODNAME, LOG_DEFAULT, "You have defined an <sslprofile> tag; you should use this in place of \"mbedtls\" when configuring TLS (SSL) connections in <bind:ssl> or <link:ssl>");
+                       ServerInstance->Logs->Log(MODNAME, LOG_DEFAULT, "You have defined an <sslprofile> tag; you should use this in place of \"mbedtls\" when configuring TLS (SSL) connections in <bind:sslprofile> or <link:sslprofile>");
                        for (ConfigIter i = tags.first; i != tags.second; ++i)
                        {
                                ConfigTag* tag = i->second;
index fb965a5abcc29670941794046a3d1c461ec7c53a..0f4e2d71397dfa5c618fabdd02eef71a3e8467bc 100644 (file)
@@ -1000,7 +1000,7 @@ class ModuleSSLOpenSSL : public Module
                }
                else
                {
-                       ServerInstance->Logs->Log(MODNAME, LOG_DEFAULT, "You have defined an <sslprofile> tag; you should use this in place of \"openssl\" when configuring TLS (SSL) connections in <bind:ssl> or <link:ssl>");
+                       ServerInstance->Logs->Log(MODNAME, LOG_DEFAULT, "You have defined an <sslprofile> tag; you should use this in place of \"openssl\" when configuring TLS (SSL) connections in <bind:sslprofile> or <link:sslprofile>");
                        for (ConfigIter i = tags.first; i != tags.second; ++i)
                        {
                                ConfigTag* tag = i->second;
index 52a152144a2ba0f365818442704bcca4b8a344ad..1c80ec0ebc58fff6f4eefc07be21d3697efc1695 100755 (executable)
@@ -105,14 +105,14 @@ It appears that the server endpoint is using plaintext! Make sure that:
     - ssl_mbedtls
 
   * If you have specified one or more <sslprofile> tags then the value of
-    <bind:ssl> is the same as an <sslprofile:name> field. Otherwise, it should
-    be set to "gnutls" for the ssl_gnutls module, "openssl" for the ssl_openssl
-    module, or "mbedtls" for the ssl_mbedtls module.
-
-  * If you have specified the name of an <sslprofile> in <bind:ssl> then the
-    value of <sslprofile:provider> is set to "gnutls" if using the ssl_gnutls
-    module, "openssl" if using the ssl_openssl module, or "mbedtls" if using
-    the ssl_mbedtls module.
+    <bind:sslprofile> is the same as an <sslprofile:name> field. Otherwise, it
+    should be set to "gnutls" for the ssl_gnutls module, "openssl" for the
+    ssl_openssl module, or "mbedtls" for the ssl_mbedtls module.
+
+  * If you have specified the name of an <sslprofile> in <bind:sslprofile> then
+    the value of <sslprofile:provider> is set to "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 SSL configuration in a file other than inspircd.conf then
     that file is included by inspircd.conf.