-
Notifications
You must be signed in to change notification settings - Fork 161
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
SSL options #22
Comments
Got this error now too. |
@crazed @BeneStem What about this example here: https://github.com/kr1sp1n/node-vault/blob/c81353ead66ffb5403dfaca70d125917f3c05695/example/pass_request_options.js You can pass |
I haven't tried the new version yet. With the old coffeescript non-promise version the request options where overwritten. I will try the new version in 2 weeks when I am back from vacation. Is it released yet? Thanks for your reply and the example :) Greetz
|
@BeneStem Yes, it is released. Latest version is 0.5.1 |
Thanks! I think you can close the issue for now. When I try it on Saturday I might open a new one. But it looks like it should work fine ;)
|
Currently if you use a self-signed certificate, I don't see an easy way to use this with node-vault. The only way seems to be:
The
Vault.prototype._handleCallback
function seems to mangle the original options passed into individual requests before passing on to therequest
module.The text was updated successfully, but these errors were encountered: