Hey All,
I was looking over the feature differences between nginx and nginx-plus
and
its not clear to me if nginx by itself supports TLS termination for a
generic TCP session.
If it does not support TLS termination for TCP sessions, then are my
only
other options :
- building the mainline source with the following options to configure?
or
- use nginx-plus download?
Could someone kindly clarify?
Hey All,
I was looking over the feature differences between nginx and nginx-plus
and
its not clear to me if nginx by itself supports TLS termination for a
generic TCP session.
If it does not support TLS termination for TCP sessions, then are my
only
other options :
- building the mainline source with the following options to configure?
./configure --sbin-path=/usr/local/nginx/nginx
–conf-path=/usr/local/nginx/bginx.conf
–pid-path=/usr/local/nginx/nginx.pid --with-pcre=…/pcre-8.38
–with-zlib=…/zlib-1.2.8 --with-http_ssl_module –with-stream
–with-mail=dynamic --with-openssl=/home/admin/iwan-30/openssl-1.0.2f/
–with-stream_ssl_module
or
- use nginx-plus download?
Could someone kindly clarify?
Thanks
Preety
Hi Preety,
On 5/19/16 2:57 AM, Preety Mordani wrote:
or
- use nginx-plus download?
Could someone kindly clarify?
There are no differences between -plus and -oss in this area – both
do support TLS termination in the stream module.
Yes, you are right, you need “–with-stream_ssl_module” configure flag.
You can find more information about our nginx-oss packages that we
build and ship here:
http://nginx.org/en/linux_packages.html#mainline
–
Maxim K.
Hi Maxim,
Thanks for your email. I will take a look.
Best,
Preety