From: Tom Hughes Date: Tue, 19 May 2020 14:19:58 +0000 (+0100) Subject: Use SSL when connecting to IRC X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/d270278d2a92203f8a2f28ea13bff545749fdd06 Use SSL when connecting to IRC --- diff --git a/cookbooks/supybot/templates/default/supybot.conf.erb b/cookbooks/supybot/templates/default/supybot.conf.erb index 7e7776cf2..bf7cd709d 100644 --- a/cookbooks/supybot/templates/default/supybot.conf.erb +++ b/cookbooks/supybot/templates/default/supybot.conf.erb @@ -58,7 +58,7 @@ supybot.networks.oftc.password: # # Default value: ### -supybot.networks.oftc.servers: irc.oftc.net:6667 +supybot.networks.oftc.servers: irc.oftc.net:6697 ### # Determines what channels the bot will join only on oftc. @@ -80,7 +80,7 @@ supybot.networks.oftc.channels.key: # # Default value: False ### -supybot.networks.oftc.ssl: False +supybot.networks.oftc.ssl: True ### # Determines how timestamps printed for human reading should be @@ -1068,6 +1068,15 @@ supybot.databases.types.cdb: True ### supybot.databases.types.cdb.maximumModifications: 0.5 +### +# Determines whether server certificates will be verified, which +# checks whether the server certificate is signed by a known certificate +# authority, and aborts the connection if it is not. +# +# Default value: False +### +supybot.protocols.ssl.verifyCertificates: True + ### # Determines what will be used as the default banmask style. #