-
Notifications
You must be signed in to change notification settings - Fork 31.1k
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
Doesn't get any responce from https.get on specific https website #4889
Comments
Thanks for posting the bug report @kelthenoble So whatever is causing this problem is broken on v5.x and v4.x but working on master. @kelthenoble has volunteered to find the commit that is currently on master that is fixing the problem. The best solution IMHO would be to write a regression test that we can use to make sure this does not break again |
yeah, it's no worries. So I been feeling under the weather today, but i should be back in full swing tomorrow & i will totally work on this. 💯 ⚾ |
so this doesn't work even on v4.0.0. Still looking |
Server sends following headers: Upgrade: h2c,h2 |
@vkurchatkin I'm seeing this fail way before that though |
@evanlucas this commit fixes it (at least I think so) |
ahhhh my bad. That would make sense. And it is semver-major, so it isn't in anything that has been released...apologies |
I guess this should be backported, otherwise older versions won't be able to talk to HTTP2 enabled servers |
Same root cause as #4844 I assume. |
@silverwind yep, closing |
sounds good @silverwind since #4334 is further in progress. Thanks 🎱 |
@kelthenoble the fix for this is already in |
Okay so 32ac376 that's the fix right? So it's working for master but not v5? |
Yeah, as it stands, the fix will release in 6.0.0 on April 30, but we might change that. Edited above message to suggest a nightly :) |
@silverwind Okay cool, so as far as nodejs/help#78, so my best bet is tell the guy theres a fix in progress, but for now, he would have to go with a nightly? |
Yes, to root issue looks to be that Apache 2.4.18 (released Dec 14) changed the way HTTP2 support is advertised. Given the impact of this issue, I think we'll release something very soon. |
Alright, will do @silverwind, thanks for all of the help received guys 💯 This helps. |
This issue originally popped up on ( nodejs/help ) nodejs/help#78
So i responded to it, and started helping him, but i couldn't get any where, so @thealphanerd and @bnoordhuis came to help, after help from @thealphanerd https://gist.github.com/TheAlphaNerd/af65cf4f9ef9d727d8d0 and advice from @bnoordhuis about doing
git bisect
. So where this gets interesting is that for TheAlphaNerd & bnoordhuis is that it worked for them, runningon master
, I'm runningv4
so bottom line, were trying to get this issue fixed.The text was updated successfully, but these errors were encountered: