-
-
Notifications
You must be signed in to change notification settings - Fork 623
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
Comments
Not at the moment. The underlying (ngx.socket.tcp)[https://github.com/openresty/lua-nginx-module#tcpsocksslhandshake] implementation doesn't support client certs. |
Still unavailable? |
If the upstream is not variable, try to define a proxy block and use Nginx's |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there anyway to specify client certificate/key while connecting to backend/upstream server using SSL?
The text was updated successfully, but these errors were encountered: