-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Add config for stream_ssl_preread_module #22
Comments
I did not know that feature existed. I'll take a look. Thanks |
This seems highly desirable. |
Here is an Gist file containing an example with an without TLS termination: |
Issue is now considered stale. If you want to keep it open, please comment 👍 |
up News please ? @jc21 |
I would appreciate this feature too. :) |
This would be awesome. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: