I'm using client certificates to control access to specific sections of a
site.
The relevant parts of the config include:
SSLVerifyClient none
SSLCACertificateFile "/home/apache/certs/client_ca.crt"
in the main part of the ssl config, and then
SSLVerifyClient require
SSLVerifyDepth 1
in the loc
On Mon, Nov 15, 2010 at 6:43 PM, Ricardo Stella wrote:
>
> Hello,
>
> We're getting these errors on some of our web servers (different
> instances running on different ports) being detected by Firefox 3.6.9+
>
> This happens after about a week of normal use. A restart temporarily
> fixes the pro