IE9 certificate error blocks navigation and can't continue

As a developer, we often require proceeding with IE browser despite with the certificate error. Microsoft decided to block this completely "trying" to fool-proof phishing and other hacking attempts. But, this is a nuisance to developers. This is how you allow it.

1) Run cmd as administrator

2) Execute the following command as an administrator:

certutil -setreg chain\EnableWeakSignatureFlags 8

3) Restart the computer

Tags: 

Comments

Add new comment

Filtered HTML

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.