lua-resty-auto-ssl icon indicating copy to clipboard operation
lua-resty-auto-ssl copied to clipboard

TLS Stream Support

Open joshughes opened this issue 7 years ago • 3 comments

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.

joshughes avatar Nov 21 '17 18:11 joshughes

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.

GUI avatar Jan 29 '18 03:01 GUI

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. .

musab1 avatar Oct 06 '19 00:10 musab1

Hey folks, is there any update on that. I'm interested in this feature as well. :)

DoobleD avatar Nov 01 '22 22:11 DoobleD