nginx SSL-Fehler

nginx SSL-Fehler

Beim Ausführen sbin/nginx -t erhalte ich die folgende Fehlermeldung

[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

Antwort1

Es sieht so aus, als ob Ihr Nginx nicht mit ngx_http_ssl_module erstellt wurde. Sehen Sie sich die Ausgabe an: nginx -VWenn kein Parameter vorhanden ist --with-http_ssl_module, funktioniert SSL nicht.

verwandte Informationen