From b1e963f563c42b7df820e74d231680089127e4ff Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Sat, 7 Jan 2017 20:50:09 -0500 Subject: servlist: Use SSL with OFTC by default They now use Lets Encrypt which should be trusted. --- src/common/servlist.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/common/servlist.c b/src/common/servlist.c index 05799715..5e9192ea 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -256,8 +256,7 @@ static const struct defaultserver def[] = /* Self signed */ {0, "irc.oceanius.com"}, - {"OFTC", 0}, - /* Uncommon CA? */ + {"OFTC", 0, 0, 0, 0, 0, TRUE}, {0, "irc.oftc.net"}, {"OtherNet", 0}, -- cgit 1.4.1