erro SSL nginx

erro SSL nginx

Quando executo sbin/nginx -t recebo o seguinte erro

[emerg]: the "ssl" parameter requires ngx_http_ssl_module in /root/cloudfoundry/.deployments/devbox/deploy/nginx/nginx-0.8.54/conf/nginx.conf:98
configuration file /root/cloudfoundry/.deployments/devbox/deploy/nginx/nginx-0.8.54/conf/nginx.conf test failed

Responder1

Parece que seu nginx não foi construído com ngx_http_ssl_module. Veja a saída de nginx -Vse não houver --with-http_ssl_moduleparâmetro, então o SSL não funcionará

informação relacionada