-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
https tests fail on 0.8 #277
Comments
Error reproduced on both of these versions of node:
So it isn't specific to 0.6. |
This particular problem is with the test. It uses a UUID for the boundary, as of 2 months ago. This makes it so the text from the test, last updated by @jhs on 2011-12-02, doesn't match up. https://github.com/mikeal/request/blob/master/tests/test-https.js |
Oops wrong commit. That's where the 'frontier' thing is coming from though. |
fixed. with that pull req. |
You might want to bump the version of the npm package so that https requests work in recent versions of node without package.json voodoo. ;) (This isn't part of 2.9.203) |
I was trying to hit the github API over HTTPS and kept get 500s even though curl worked with the same headers/body so I found these failures. Maybe they're related to my github API 500s?
The text was updated successfully, but these errors were encountered: