Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly support SSL/TLS options #10

Open
5 tasks
joepie91 opened this issue Aug 18, 2015 · 1 comment
Open
5 tasks

Properly support SSL/TLS options #10

joepie91 opened this issue Aug 18, 2015 · 1 comment

Comments

@joepie91
Copy link
Owner

  • Investigate default SSL/TLS behaviour in Node.js https module.
  • Investigate whether there are any possible issues stemming from using a shared HTTPS agent across all TLS requests.
  • Investigate why the global agent silently ignores options.
  • Draw up a list of sane defaults (eg. disallowing SSLv3, ...)
  • Investigate whether streaming mode (ie. agent-less) interferes with the use of TLS options.

Current workaround: Define a custom HTTPS agent.

@kurtmilam
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants