What is the point of the 'secure' option
Created by: Marc477
What is the point of the 'secure' if the module only works (in https) when it is set to false ??
In an https.request, when we set rejectUnauthorized to true we also have to set the ca (certificate authority file), otherwise the certificate will fail validating. But there is no way to set https.request ca option in http-proxy.