각종TIPs/LINUX
아파치오류, NSSEnforceValidCerts off
별종외계오동
2014. 8. 27. 14:50
반응형
아파치 오류, 아파치가 이유도 모르게 갑자기 안됐다!!!
/var/log/httpd/ 로그에 Nss_error_log 란놈이 궁금해서 열었더니
[Wed Aug 27 08:04:16 2014] [error] Certificate not verified: 'Server-Cert'
[Wed Aug 27 08:04:16 2014] [error] SSL Library Error: -8181 Certificate has expired
[Wed Aug 27 08:04:16 2014] [error] Unable to verify certificate 'Server-Cert'. Add "NSSEnforceValidCerts off" to nss.conf so the server can start until the problem can be resolved.
요런메세지가 잔뜩 떠있다. 검색해서 찾아보니 나와같은 사람이 있었다!~
NSSEnforceValidCerts off
아래 파일 (nss.conf) 에 설정 추가하면 된다 - NSSEnforceValidCerts off
/etc/httpd/conf.d/nss.conf
위 현상은 아파치의 버그라는 주장이 있다.
https://bugzilla.redhat.com/show_bug.cgi?format=multiple&id=711085
반응형