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

SSL: client cert support #54

Closed
rohitjoshi opened this issue Apr 24, 2016 · 4 comments
Closed

SSL: client cert support #54

rohitjoshi opened this issue Apr 24, 2016 · 4 comments

Comments

@rohitjoshi
Copy link

Is there anyway to specify client certificate/key while connecting to backend/upstream server using SSL?

@hamishforbes
Copy link
Collaborator

Not at the moment. The underlying (ngx.socket.tcp)[https://github.com/openresty/lua-nginx-module#tcpsocksslhandshake] implementation doesn't support client certs.
When / If it does adding support to resty-http should be fairly easy.

@gitrus
Copy link

gitrus commented Sep 13, 2016

Still unavailable?

@codeb2cc
Copy link

If the upstream is not variable, try to define a proxy block and use Nginx's proxy_ssl_certificate_key and proxy_ssl_certificate as workaround.

@dwradcliffe
Copy link

FYI openresty/lua-nginx-module#997

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

6 participants