Install help with certifcates

Infos:

  • Used Zammad version: latest
  • Used Zammad installation type: ubuntu via apt
  • Operating system: ubuntu 22.4 lts
  • Browser + version:

i always get this error when trying to systemctl status nginx

Mai 18 18:35:09 CJUB01 systemd[1]: Starting A high performance web server and a reverse proxy server…

Mai 18 18:35:10 CJUB01 nginx[663]: nginx: [emerg] cannot load certificate “/etc/nginx/ssl/fullchain.pem”: BIO_new_file() failed (SSL: error:80000002:system library::No such file or directory:calling fopen(/e>

Mai 18 18:35:10 CJUB01 nginx[663]: nginx: configuration file /etc/nginx/nginx.conf test failed

Mai 18 18:35:10 CJUB01 systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE

Mai 18 18:35:10 CJUB01 systemd[1]: nginx.service: Failed with result ‘exit-code’.

Mai 18 18:35:10 CJUB01 systemd[1]: Failed to start A high performance web server and a reverse proxy server.

Well it says “no such file or directory” in the message so I would assume there is something wrong with the cert path in your config. After editing the nginx config file you should alway test it with “nginx -t”. This will show you if there are errors in the config.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.