Browser: Firefox 2.0
Server: Apache/2.0.54 (Ubuntu) PHP/5.0.5-2ubuntu1.6 mod_ssl/2.0.54 OpenSSL/0.9.7g Server at foo.bar.example.com Port 4443
The folder I am trying to access on the server is protected by a .htaccess containing:
SSLVerifyClient require
SSLVerifyDepth 1
SSLCACertificateFile /usr/local/foo/bar.crt
If I try to access said folder I get:
foo.bar.example.com has received an incorrect or unexpected message. Error Code: -12227
If I install a cert signed by bar.crt, I get:
Error establishing an encrypted connection to foo.bar.example.com. Error Code: -12195
I created the certificates by following the directions here:
I am lost as to what I am doing wrong at this point, and confused as to why Firefox provides such crappy error messages. =(
Server: Apache/2.0.54 (Ubuntu) PHP/5.0.5-2ubuntu1.6 mod_ssl/2.0.54 OpenSSL/0.9.7g Server at foo.bar.example.com Port 4443
The folder I am trying to access on the server is protected by a .htaccess containing:
SSLVerifyClient require
SSLVerifyDepth 1
SSLCACertificateFile /usr/local/foo/bar.crt
If I try to access said folder I get:
foo.bar.example.com has received an incorrect or unexpected message. Error Code: -12227
If I install a cert signed by bar.crt, I get:
Error establishing an encrypted connection to foo.bar.example.com. Error Code: -12195
I created the certificates by following the directions here:
I am lost as to what I am doing wrong at this point, and confused as to why Firefox provides such crappy error messages. =(