NginxProxyManager / nginx-proxy-manager

Docker container for managing Nginx proxy hosts with a simple, powerful interface
https://nginxproxymanager.com
MIT License
22.94k stars 2.66k forks source link

Add config for stream_ssl_preread_module #22

Open peet2k17 opened 6 years ago

peet2k17 commented 6 years ago

Hi,

first, this is a very nice project. Thanks for the great work. I think it would be nice to add the full support of stream_ssl_preread_module http://nginx.org/en/docs/stream/ngx_stream_ssl_preread_module.html

It will be possible to make tcp based forwarding with SNI. so you can mix ssh and https on the same port for example, or openvpn https and normal web https.

So can you add this feature? I tested it and try to add manual config files, but with no success.

Regards Peet

jc21 commented 6 years ago

I did not know that feature existed. I'll take a look. Thanks

Xaero252 commented 5 years ago

This seems highly desirable.

EnzoAlbornoz commented 3 years ago

Here is an Gist file containing an example with an without TLS termination: https://gist.github.com/kekru/c09dbab5e78bf76402966b13fa72b9d2

github-actions[bot] commented 7 months ago

Issue is now considered stale. If you want to keep it open, please comment :+1:

vincent1890 commented 2 months ago

up News please ? @jc21

burithetech commented 1 month ago

I would appreciate this feature too. :)