IE8 error with Certificate
Posted
by Jon B
on Stack Overflow
See other posts from Stack Overflow
or by Jon B
Published on 2010-06-18T02:06:29Z
Indexed on
2010/06/18
2:13 UTC
Read the original article
Hit count: 454
ssl
|internet-explorer-8
I have installed a certificate with multiple Common Names on a Red Hat server in the jks format. The web page can be accessed with Firefox and the certificate gets imported. However, IE8 gives the error "Internet Explorer cannot display the webpage".
I added the cert with MMC and its properties shows "This certificate has an nonvalid digital signature.". Also the cert doesn't have the URL of the web page in it. The cert does have a valid signature in Firefox and the URL mismatch is ignored. How can I get IE8 to accept it. This cert is required for another Application (where it works fine) and cannot be changed except to change the format. I already have it in PKCS12, jks and pem formats.
© Stack Overflow or respective owner