We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
We are using node-irc to connect users at https://waartaa.com to IRC servers. We are generating self signed openssl certificates as mentioned at https://github.com/waartaa/waartaa/tree/master/app/private/certs and consuming the certificates at https://github.com/waartaa/waartaa/blob/master/app/server/lib/01_requirements.js#L32. This works perfectly well when connecting to servers like Freenode and Mozilla over SSL, but not for OFTC (irc.oftc.net). There's an ongoing discussion on this at waartaa/waartaa#130 (comment).
I tried using the 'debug' mode to connect to OFTC server using SSL, and I was getting the following errors:
I20140707-20:22:02.931(0)? 7 Jul 20:22:02 - Disconnected: reconnecting I20140707-20:22:02.931(0)? 7 Jul 20:22:02 - Waiting 2000ms before retrying I20140707-20:22:02.932(0)? 7 Jul 20:22:02 - Connection got "end" event
Please help us resolve this issue. Once we figure out a way to connect to OFTC IRC server using node-irc over SSL, I will add a documentation at http://www.oftc.net/NickServ/CertFP/#unlisted-clients as well.
Thanks, rtnpro
The text was updated successfully, but these errors were encountered:
This is fixed in #304, and we will be testing this today and tomorrow with a release tomorrow evening assuming everything goes well.
Sorry, something went wrong.
Thanks a lot 👍
No branches or pull requests
Hi,
We are using node-irc to connect users at https://waartaa.com to IRC servers. We are generating self signed openssl certificates as mentioned at https://github.com/waartaa/waartaa/tree/master/app/private/certs and consuming the certificates at https://github.com/waartaa/waartaa/blob/master/app/server/lib/01_requirements.js#L32. This works perfectly well when connecting to servers like Freenode and Mozilla over SSL, but not for OFTC (irc.oftc.net). There's an ongoing discussion on this at waartaa/waartaa#130 (comment).
I tried using the 'debug' mode to connect to OFTC server using SSL, and I was getting the following errors:
Please help us resolve this issue. Once we figure out a way to connect to OFTC IRC server using node-irc over SSL, I will add a documentation at http://www.oftc.net/NickServ/CertFP/#unlisted-clients as well.
Thanks,
rtnpro
The text was updated successfully, but these errors were encountered: