I have web client running on Windows Server 2003 communicating with web app powered by NodeJS - this app runs on Ubuntu 14.04.5 LTS server.
The protocol is HTTPS. The Windows web client uses Microsoft's SSL components.
When I updated the Node from ver 4.4.0 to 4.6.0, I couldn't connect to the web app anymore. This applies only to the web clients and browsers using Microsoft's SSL components, e.g. Internet Explorer.
When I tried to reach the web app from Firefox, all was good. Also, there was no problem to connect to my web app from more recent Windows, e.g. Win 8.
I have workaround solution put in place - I rolled back to Node 4.4.0,
I just wanted to alert NodeJS team of this issue. Can't say if it's Node issue or Windows Server 2003 issue - probably the later.