Upgrade openssl sources to 1.0.2h broke npm install for me (behind proxy) #7880
Closed
Description
- Version: v6.3.0
- Platform: Linux 4.5.3-gentoo x86_64
- Subsystem: npm v3.10.3
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.
Activity