Skip to content

Client certificate on the target #517

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

Closed
cstockton opened this issue Nov 15, 2013 · 1 comment
Closed

Client certificate on the target #517

cstockton opened this issue Nov 15, 2013 · 1 comment

Comments

@cstockton
Copy link

I have a use case where I accept a https connection, and need to stitch on a client certificate for the endpoint. I tried doing something like:

      proxyOpts.target.https = {
        key: fs.readFileSync(configuration.connectKey),
        cert: fs.readFileSync(configuration.connectCert)
      }

But after some research it appears after digging through the code that you guys expect that be ONLY a bool. Is there anyway to do what I am trying to achieve? If not if I get some spare cycles and make a patch would it be accepted?

@jcrugzz
Copy link
Contributor

jcrugzz commented Jan 31, 2014

@cstockton this is available in the new master branch. See my response in #563

@jcrugzz jcrugzz closed this as completed Jan 31, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants