-
Notifications
You must be signed in to change notification settings - Fork 421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SASL over SSL never happens #250
Comments
Can't say I ever tested it over SSL. Have you tried moving that block into the connect listener after the SASL attempt? |
I can confirm that SASL + IRC in Meanwhile, SASL + SSL works against freenode just fine with the server + passwd subbed out. Doh. |
This is working now. If it isn't actually working, please re-open and include details for your specific server responses. |
@gsf @martynsmith per #125
I don't seem to be able to use SASL over SSL with this patch. I get disconnected in this section of code, before the CAP ever gets sent: https://github.com/gsf/node-irc/blob/0dd7ac1af65b7d70f6c0b31fb17ddc659c3bc516/lib/irc.js#L621-L625
It seems like a PASS should not be sent while connecting over SSL (causing a disconnect) before SASL is attempted (or at least capabilities are read). Over SSL with SASL enabled, my logs come out like so:
(Notice how CAP never gets sent here in this log)
The text was updated successfully, but these errors were encountered: