[irssi-conf] Force starttls off for default net

When connecting to newnet via localhost on tilde.club with tls set to
off, newnet will try to switch to tls using starttls. However, since
irssi is connecting using a hostname set in /etc/hosts (in this case,
"irc"), the presented certificate's CN doesn't match and irssi aborts.
Setting starttls to off forces irssi to connect via plain-text.
This commit is contained in:
Ekkie 2023-03-24 21:09:25 +01:00
parent 2dc87f7763
commit 251191e66f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
servers = (
{ address = "irc"; chatnet = "newnet"; port = "6667"; }
{ address = "irc"; chatnet = "newnet"; port = "6667"; starttls = "no"; }
);
chatnets = {