<!-- Thank you for reporting an issue. Please fill in as much of the template below as you're able. Version: output of `node -v` Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows) Subsystem: if known, please specify affected core module name If possible, please provide code that demonstrates the problem, keeping it as simple and free of external dependencies as you are able. --> - **Version**: v6.3.0 - **Platform**: Linux 4.5.3-gentoo x86_64 - **Subsystem**: npm v3.10.3 <!-- Enter your issue details below this comment. --> With any version of node that contains the upgrade to openssl sources 1.0.2h, npm install fails with the following error: Error: tunneling socket could not be established, cause=Parse Error It only affects https traffic. My proxy settings are correct and have worked for years. If I downgrade to any version prior this patch it works again. For example v5.10.0 works, v6.1.0+ and v5.11.0+ don't work. Let me know if further information might help debug this issue. It may be something unusual on my system but any help would be greatly appreciated.