Open joepie91 opened 9 years ago
https
Current workaround: Define a custom HTTPS agent.
Looking forward to this one. I used the following option to disallow SSLv3 with request and would like to be able to do the same in bhttp:
agentOptions: { securityOptions: "SSL_OP_NO_SSLv3" }
https
module.Current workaround: Define a custom HTTPS agent.