I have a dedicated server with a premade installation. Nginx as a reverse proxy in front of Apache.
This is in my /var/log/nginx/error.log:
and from nginx.conf:
the certificate does exist in the filesystem, and everything was working for months before plesk update...
This is in my /var/log/nginx/error.log:
Code:
2015/08/12 06:00:07 [error] 29375#0: *276 no "ssl_certificate" is defined in server listening on SSL port while SSL handshaking, client:....
and from nginx.conf:
Code:
server {
listen xx.xx.xx.xx:443 ssl;
server_name example.com;
server_name www.example.com;
server_name ipv4.example.com;
ssl_certificate /opt/psa/var/certificates/cert-7AhzvZ;
ssl_certificate_key /opt/psa/var/certificates/cert-7AhzvZ;
ssl_client_certificate /opt/psa/var/certificates/cert-BCmMhW;
ssl_session_timeout 5m;
the certificate does exist in the filesystem, and everything was working for months before plesk update...