-
Notifications
You must be signed in to change notification settings - Fork 248
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
Pass proxy certificates to TLS query #111
Conversation
0b8c700
to
1da292e
Compare
Please merge! |
@TooTallNate Mind giving this a look? Would help a lot! |
This would have saved me hours. |
I also had the problem that client certificate auth did not work via the proxy agent. I added the proposed manually to our node_modules and it did the trick that the certificate are also forwarded to the target system. Would be nice to get this in the main code line. |
Yep I agree this would be a great addition. We actually need this in our team ! |
workaround while this is being ignored: #89 |
@TooTallNate bump? Libraries like https://github.com/delvedor/hpagent support this out of the box. |
You should be passing in options meant for the destination endpoint directly to |
For folks following the various TLS threads here ... I'm in a sticky wicket here ... I'm using Torn between using |
Reason: some services uses self-signed certificates for communication (or authorization), but currently certs passed only to proxy server not to target service.
Solution: pass certificates to tls query to target service