You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I upgraded node to 0.12.0 and it looks like the https detection logic isn't working any more.
It looks like the issue is on line 70 of /lib/http-proxy/passes/web-incoming.js: req.connection.pair is evaluating to undefined even though it's an https connection.
I upgraded node to 0.12.0 and it looks like the https detection logic isn't working any more.
It looks like the issue is on line 70 of /lib/http-proxy/passes/web-incoming.js: req.connection.pair is evaluating to undefined even though it's an https connection.
I'm creating a server like so:
The text was updated successfully, but these errors were encountered: