I’m trying to configure Nginx 1.9.7 as a proxy server. This proxy server
won’t serve as SSL termination for HTTPS requests, for which the
proxy_ssl directive sounds perfect.
nginx: [emerg] unknown directive “proxy_ssl” in
/home/devel/nginx.conf:14
I’m under the impression that this module is included in the core, but I
might be wrong. How should go about compiling with the corresponding
module included?
On Thu, Apr 14, 2016 at 12:46:05AM -0600, Jorge Romero wrote:
Hi there,
I’m trying to configure Nginx 1.9.7 as a proxy server. This proxy server won’t
serve as SSL termination for HTTPS requests, for which the proxy_ssl directive
sounds perfect.
I don’t understand what your design is, but that’s ok. You’re happy that
the “stream” system is what you want.
nginx: [emerg] unknown directive “proxy_ssl” in /home/devel/nginx.conf:14
I’m under the impression that this module is included in the core, but I might
be wrong. How should go about compiling with the corresponding module included?
On Thursday 14 April 2016 00:46:05 Jorge Romero wrote:
I’m under the impression that this module is included in the core, but I might
be wrong. How should go about compiling with the corresponding module included?
[…]
“The ngx_stream_ssl_module module (1.9.0) provides the necessary support
for a stream proxy server to work with the SSL/TLS protocol. This module
is not built by default, it should be enabled with the
–with-stream_ssl_module configuration parameter.”