Terminus-Project / Terminus-Bot

A scriptable IRC bot written in Ruby.
http://terminus-bot.net/
Other
38 stars 18 forks source link

SSL overrides non-SSL connections #82

Closed Theyoungster closed 9 years ago

Theyoungster commented 9 years ago

Earlier, I tried to connection to Rizon using an SSL connection, and irc.hypnoponies.net with a non-SSL connection. For some reason, I was unable to establish a connection with the hypnoponies IRC until I moved the Rizon connection to non-SSL.

kabaka commented 9 years ago

I don't see an easy path for this to happen in the code. I would attempt the connection as originally configured a second time.

If it fails again, set the core.loglevel option to DEBUG and provide us the logs of the connection failure, as well as the server configuration section of your config file (with any credentials masked or removed, as necessary).

Theyoungster commented 9 years ago

Well. Interestingly, when I tried to reproduce it, it ended up working perfectly fine. Both connections worked as intended.