I am facing a problem with client side https requests.
A snippet can look like this:
var fs = require(\'fs\'); var https = require(\'https\'); var o
For what it's worth, after spending a day and a half trying to track this one down it turned out the error was caused by a setting on my company's firewall that IT had to disable. Nothing anywhere on the internet did anything to fix this.