Robert Daniels
2015-01-12 17:09:03 UTC
We changed our NSS database to use the newer sqlite certificate store. We modified wsgi-sfapi.conf from:
NSSCertificateDatabase /etc/httpd/alias
to
NSSCertificateDatabase sql:/etc/httpd/alias
Restarting the server showed errors:
"Unable to change directory to sql:/etc/httpd/alias"
and
NSS_Initialize failed. Certificate database: /etc/httpd/alias.
SSL Library Error: -8038
Double checked permissions they are all the same prior to the change:
-rw-r----- root apache cert9.db
-rw-r----- root apache key4.db
Not sure what the issue is.
NSSCertificateDatabase /etc/httpd/alias
to
NSSCertificateDatabase sql:/etc/httpd/alias
Restarting the server showed errors:
"Unable to change directory to sql:/etc/httpd/alias"
and
NSS_Initialize failed. Certificate database: /etc/httpd/alias.
SSL Library Error: -8038
Double checked permissions they are all the same prior to the change:
-rw-r----- root apache cert9.db
-rw-r----- root apache key4.db
Not sure what the issue is.