mirror of
https://github.com/tildeclub/tilde.etcskel.git
synced 2026-01-24 14:40:18 +00:00
[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:
@@ -1,5 +1,5 @@
|
||||
servers = (
|
||||
{ address = "irc"; chatnet = "newnet"; port = "6667"; }
|
||||
{ address = "irc"; chatnet = "newnet"; port = "6667"; starttls = "no"; }
|
||||
);
|
||||
|
||||
chatnets = {
|
||||
|
||||
Reference in New Issue
Block a user