Skip to content
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

Updated ssl support to work with tsl #8

Merged
merged 1 commit into from
Apr 29, 2011

Conversation

indiefan
Copy link
Contributor

@indiefan indiefan commented Apr 5, 2011

Hey,

Couldn't get your library to work over ssl with a fresh install of node. Ended up implementing a connection strategy using the new tsl api and instead of rolling my own irc class, i figured i'd just update yours as it seems to be the best one out there.

Anyways, all i did was use a tsl connection instead of straight net if the secure option is passed in. I've tested this with specifying a key/cert (self-signed) and simply passing 'true' into the secure option and both seem to work.

I also added a secure.js to the example folder in case it wasn't clear what i'm talking about.

Let me know what you think,
-Marke

@andriijas
Copy link

Please merge :)

martynsmith added a commit that referenced this pull request Apr 29, 2011
Updated ssl support to work with tsl
@martynsmith martynsmith merged commit c31b3cd into martynsmith:master Apr 29, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants