Forum OpenACS Q&A: Re: ssl certs - firefox compatible

Collapse
Posted by Patrick Giagnocavo on
I think the part you need to add is

ns_param CADir (the full path to the directory you want it to look in for the file)

ns_param CAFile (I give it the full path and filename of the cert bundle)

I also recommend that you set

ns_param Protocol SSLv2

if and only if you experience strange connection errors, or the server appears to lock up after several hours or days of use.