Alex wrote:
> Hi all.
> I configurated an Apache server using mod_ssl. Everything is ok when I use 
> IE access my website by HTTPS. But using firfox,I got an 'certificate 
> invalid or corrupt' message with an error code of -8101.
> I have imported the ca certificate file to firefox and checked all three 
> boxes when importing my ca certificate,but still can't connect.
> 
> Why?

According to
http://www.mozilla.org/projects/security/pki/nss/ref/ssl/sslerr.html

SEC_ERROR_INADEQUATE_CERT_TYPE
        -8101   Certificate type not approved for application.

Most likely, your certificate has one or more extensions that specifically
disallow its use for SSL server authentication or for key encryption.

-- 
Nelson B
_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to