lua-resty-auto-ssl
lua-resty-auto-ssl copied to clipboard
TLS Stream Support
It would be nice if this could be used for a TLS TCP proxy. With the Steam block in Nginx, you can create an NGINX proxy for TCP connections.
This could be a powerful tool to give them real certificates. Maybe there is a way to accomplish this currently, but I was unable to configure it.
We're reliant on the ssl_certificate_by_lua
functionality in OpenResty, which doesn't look like it's supported for TCP streams yet. It is marked as a TODO, though: https://github.com/openresty/stream-lua-nginx-module#todo So until that's supported, I'm not sure there's much we can do within this project, but if it does become supported, we can look into it.
i think should be possible by now? i've asked like 3 years ago.
as far i know ssl_certificate_by_lua is now possible inside stream - but didnt really managed to get it working. .
Hey folks, is there any update on that. I'm interested in this feature as well. :)