From 76403941cfd68fc52d294c424baf25811294afba Mon Sep 17 00:00:00 2001 From: steering7253 Date: Wed, 1 Jul 2026 14:22:08 -0600 Subject: m_sslinfo - fix /WEBIRC without secure --- src/modules/m_sslinfo.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/modules/m_sslinfo.cpp') diff --git a/src/modules/m_sslinfo.cpp b/src/modules/m_sslinfo.cpp index b473209f9..d4f3d939f 100644 --- a/src/modules/m_sslinfo.cpp +++ b/src/modules/m_sslinfo.cpp @@ -559,8 +559,11 @@ public: { // We are only interested in connection flags. If none have been // given then we have nothing to do. - if (!flags) + if (!flags && cmd.sslapi.GetCertificate(user)) { + cmd.sslapi.nosslext.Set(user); + cmd.sslapi.sslext.Unset(user); return; + } // We only care about the tls connection flag if the connection // between the gateway and the server is secure. -- cgit v1.3.1-10-gc9f91