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
Clone this wiki locally