LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   SSL Library Error: -8181 Certificate has expired in centos webserver (https://www.linuxquestions.org/questions/linux-newbie-8/ssl-library-error-8181-certificate-has-expired-in-centos-webserver-4175428610/)

SarahGurung 09-23-2012 02:29 AM

SSL Library Error: -8181 Certificate has expired in centos webserver
 
i have posted about this issue a long time back also and that time it worked after i remved nss.conf file.and this time it gave the following error:

Code:

[error] SSL Library Error: -8181 Certificate has expi
red
[Sun Sep 23 04:02:03 2012] [error] Unable to verify certificate 'Server-Cert'. A
dd "NSSEnforceValidCerts off" to nss.conf so the server can start until the prob
lem can be resolved.

but then i httpd.conf was not using mod_nss but still then i did 'rpm -e mod-nss' not knowing where it was located....after that https again started successfully..


so can anyone please tell me why do i keep getting this issue and do i need to reintall the mod_nss back?

if so how do i proceed?

smallpond 09-23-2012 08:40 PM

So is the certificate expired? How about renewing it?

SarahGurung 09-23-2012 10:29 PM

but how do we renew it?

smallpond 09-23-2012 11:23 PM

Contact whoever issued.

SarahGurung 09-24-2012 12:49 AM

well no one issued it....

it is an open source i believe...

smallpond 09-24-2012 12:32 PM

openssl x509 -text -noout -in Server-Cert.pem


All times are GMT -5. The time now is 09:27 AM.