nickdesaulniers / fxos-irc

IRC client for FxOS (and now desktop FF)
GNU General Public License v3.0
37 stars 13 forks source link

Secure not working with Slack servers (SSL not working?) #89

Open emilis opened 9 years ago

emilis commented 9 years ago

I tried connecting to my work team Slack IRC server. The server requires SSL connections and a password to connect.

I got: messages from Slackbot (with loud pings) that SSL is required.

What I wanted: connect to the server and chat to coworkers.

nickdesaulniers commented 9 years ago

This was enabled in https://github.com/nickdesaulniers/fxos-irc/commit/a2af3dd789ef9639b8fa27a5a689a9d47978ad47 which made it into v 1.0.12. cc @errietta

Does the server require a password, or the channel? The channel password can be added after the name of the channel, for example:

host: irc.mozilla.org channel: chanName chanPassword, chan2 chan2pw, chan3 chan3pw

emilis commented 9 years ago

I think the server requires the password.

Anyway, the IRC bot was complaining about non-SSL connection.

I will try to reproduce the same bot complaint with another IRC client when I'll be at my laptop.

nickdesaulniers commented 9 years ago

Just to be sure; you had ticked the secure checkbox under advanced settings (the gear) icon? As long as that is ticked, we're using tls, unless we regressed something.

emilis commented 9 years ago

Yes, I have ticked the "secure" checkbox.

errietta commented 9 years ago

hmm, something seems to be up with ssl. investigates

nickdesaulniers commented 9 years ago

@errietta fixed this in our node-irc submodule, I just updated it. Now we need to spin a new build for users.