-
Notifications
You must be signed in to change notification settings - Fork 2k
Support for client TLS certificate in tcpsock:sslhandshake #534
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
Comments
@smira Yes, this has been on my TODO list. But would you mind contributing a patch for it? ;) Thanks! |
Any patch available? |
I don't see and can't find setclientcert anywhere... |
It was not merged... |
https://github.com/openresty/lua-nginx-module#tcpsocksetclientcert |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's already an option to validate server TLS certificate using
lua_ssl_trusted_certificate
.It would be nice if we could provide client TLS certificate, in the same way as
ngx_http_proxy
module is doing: http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_ssl_certificate, so that there would be two new options:lua_ssl_certificate
lua_ssl_certificate_key
These options would initialise nginx ssl context with client certificates, which would be used during ssl handshake.
The text was updated successfully, but these errors were encountered: