0

Does anyone have any idea why the root CA certificate is completely absent (not just present but untrusted) from the HTTPS chain but only in Internet Explorer?

The certificate is installed as a trusted root CA, Google Chrome is fine, and both IE and Chrome share the same certificate store.

enter image description here

Wireshark packet captures haven't revealed anything unusual - regardless of whether the HTTPS connection worked properly or not, none of the TLS certificate chains include the root CA certificate so this appears to be normal and suggests that it's up to the web browsers to complete the chain.

I haven't been able to find anything at all online, hence this post.

mythofechelon
  • 905
  • 3
  • 24
  • 42

1 Answers1

0

Turns out that this was somehow caused by a partially-corrupted local user profile - recreating it resolved the problem.

mythofechelon
  • 905
  • 3
  • 24
  • 42