SSL in irssi

After getting IPv6 working,I also wanted to move all my IRC connections over to SSL, because I think you should use secure protocols wherever possible. The easiest way to do this is to edit the ~/.irssi/config file – here’s an example for OFTC:

{
 address = "irc.oftc.net";
 chatnet = "OFTC";
 port = "6697";
 use_ssl = 'yes';
 ssl_verify = 'yes';
 },

Sadly, there doesn’t appear to be a way to tell irssi to always use SSL, instead you have to enable it for each server entry.

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.