joepie91 / node-bhttp

A sane HTTP client library for Node.js with Streams2 support.
62 stars 12 forks source link

Properly support SSL/TLS options #10

Open joepie91 opened 9 years ago

joepie91 commented 9 years ago

Current workaround: Define a custom HTTPS agent.

kurtmilam commented 7 years ago

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" }