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

Add https option to prevent handshake error #7

Merged
merged 7 commits into from
Dec 8, 2017
Merged

Conversation

jarofghosts
Copy link
Member

@jarofghosts jarofghosts commented Dec 7, 2017

This fixes an error that was happening on the latest node LTS.
This also updates the tests to fix an issue that was causing the gunzip stream to emit an error.
This also replaces a dev. dependency that was meant to find an open port to run a test server on, as the old one did not work on my machine and this new one seems to work everywhere.
I plan for this to be a patch release, once approved.

.gitignore Outdated
@@ -0,0 +1 @@
node_modules
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: can we pull in a standard .gitignore for nodejs? https://github.com/github/gitignore/blob/master/Node.gitignore

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done in 23cb6b5

@jarofghosts jarofghosts merged commit 3bfa9a7 into master Dec 8, 2017
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.

SSL Handshake Error using node >= 8.6.0
3 participants