Skip to content
This repository has been archived by the owner on Jan 20, 2018. It is now read-only.

How to enable SSL

Henri Salo edited this page Aug 8, 2013 · 2 revisions

You can connect your pyfi to IRC-server with is_SSL and correct port, which is usually 6697. Example below:

networks:
  Nerv:
    server: irc.nerv.fi
    is_ssl: True
    port: 6697

Currently all certificates are accepted so please verify it manually. Probably verfication can be forced in Twisted, but this has not been implemented yet.

Clone this wiki locally