Solve Problem Navigating to IE Websites with Certificate Errors

Solve a major certificate pain point with ease.

John Savill

August 16, 2013

1 Min Read
Solve Problem Navigating to IE Websites with Certificate Errors

Q: When navigating to a website in Internet Explorer, I get a warning that the certificate of the site is not trusted--but why don't I get the option to ignore the warning and continue?

A: The most common cause of this problem is if the certificate is using a key length of less than 1024 bits--it's rejected and blocked by newer versions of Internet Explorer.
You will typically see this on hardware appliances that have a built-in website. One option to try is to reduce the required key length to 512 by running the command below from an elevated command prompt:

certutil -setreg chainminRSAPubKeyBitLength 512

 

About the Author(s)

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like