After a yum update
, there is an error when starting apache, in /var/log/httpd/error_log
:
[notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[error] SSL Library Error: -8181 Certificate has expired
[error] Unable to verify certificate 'Server-Cert'. Add "NSSEnforceValidCerts off" to nss.conf so the server can start until the problem can be resolved.
Now I temporary put NSSEnforceValidCerts off
in nss.conf
to have the site running. How can I fix the error?