cBrandon Community

General Category => Linux Fixes => Topic started by: branx86 on September 17, 2015, 02:14:11 PM

Title: SSL Library Error: -8181 Certificate has expired
Post by: branx86 on September 17, 2015, 02:14:11 PM
Server Fault    http://serverfault.com/questions/578069/ssl-library-error-8181-certificate-has-expired


1st. Remove nss.conf from /etc/httpd/conf.d (this will cause mod_nss to not be loaded).

2nd. Uninstall/re-install your nss rpm modules. On re-installation a new certificate will be generated and your problem will go away for a few more years :

    rpm -e mod_nss
    rm /etc/httpd/alias/*
    yum install mod_nss
    service httpd restart


Now it should work no problem at all.