From 8cc06d0f905772c810aede77066fabf1741e0f49 Mon Sep 17 00:00:00 2001 From: Andrew Stoltz <1578013+astoltz@users.noreply.github.com> Date: Fri, 19 Jun 2026 21:11:37 -0500 Subject: [PATCH] Allow password-only IRC RPC TLS clients --- apps-gx10/irc/irc.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps-gx10/irc/irc.yaml b/apps-gx10/irc/irc.yaml index 9e4a231..2e1f6bc 100644 --- a/apps-gx10/irc/irc.yaml +++ b/apps-gx10/irc/irc.yaml @@ -656,6 +656,13 @@ data: ip *; port 8600; options { rpc; } + tls-options { + certificate "/app/conf/tls/server.cert.pem"; + key "/app/conf/tls/server.key.pem"; + options { + no-client-certificate; + } + } } listen {