Introduction

Smuxi is an open-source, powerful, flexible, and user-friendly chat client.

Setup

In order to connect via SSL, one must prepare Smuxi via a terminal:

sudo apt-get -y install mono-devel

Next:

for i in $(shopt -s nullglob; echo /usr/local/share/ca-certificates/*.crt /usr/share/ca-certificates/*/*.crt); do certmgr -add -c Trust $i; done

Next:

certmgr -ssl https://irc.freenode.net:7070

You may see a warning discussed here. Next:

for i in ~/.config/.mono/certs/Trust/*; do if ! certmgr -add -c Trust $i > /dev/null 2>&1; then echo "Removing BUGGY certificate ($i) from user store"; rm $i; fi; done

Smuxi (last edited 2015-03-30 01:52:43 by 135)