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 deprecated sys.puts and added invalid ssl support #141

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

greenmanspirit
Copy link

I first updated the tests to handle the deprecation warning that I received from node v4.2.6 for sys.puts.

I wanted to make it so that developers can write apps that can connect to self signed cert servers. I did this by adding an argument to open that allows the developer to set whether they want to reject invalid ssl certs. This is then used by send to send rejectUnauthorized to https.

I also wrote two new tests files to test this new behavior.

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.

1 participant