unknown directive "proxy_ssl"

Jorge Romero romeroqj at gmail.com
Thu Apr 14 06:46:05 UTC 2016


Hi,

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.

http://nginx.org/en/docs/stream/ngx_stream_proxy_module.html?&_ga=1.265652687.1742266542.1457571695#proxy_ssl

However, I’m getting the following error:

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?

These are my current configure arguments:

configure arguments: --prefix=/usr/local/openresty/nginx --with-cc-opt=-O2 --add-module=../ngx_devel_kit-0.2.19 --add-module=../echo-nginx-module-0.58 --add-module=../xss-nginx-module-0.05 --add-module=../ngx_coolkit-0.2rc3 --add-module=../set-misc-nginx-module-0.30 --add-module=../form-input-nginx-module-0.11 --add-module=../encrypted-session-nginx-module-0.04 --add-module=../srcache-nginx-module-0.30 --add-module=../ngx_lua-0.10.2 --add-module=../ngx_lua_upstream-0.05 --add-module=../headers-more-nginx-module-0.29 --add-module=../array-var-nginx-module-0.05 --add-module=../memc-nginx-module-0.16 --add-module=../redis2-nginx-module-0.12 --add-module=../redis-nginx-module-0.3.7 --add-module=../rds-json-nginx-module-0.14 --add-module=../rds-csv-nginx-module-0.07 --with-ld-opt=-Wl,-rpath,/usr/local/openresty/luajit/lib --with-http_ssl_module

Thanks in advance.

Cheers,
Jorge Romero
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20160414/2639dfcc/attachment.html>


More information about the nginx mailing list