0
votes

For development, my team is using a self-signed SSL certificate. After installing the certificate in my machine's Trusted Root Certification Authorities store, the SSL certificate is recognized as valid in Chrome and IE 11:

Internet Explorer 11:

Internet Explorer 11

Chrome 69:

Chrome

But Edge (version 42) seems to be ignoring the certificate:

Edge

Based on the message I'm getting from Edge ("This might be because the site uses outdated or unsafe TLS security settings"), I thought that my local development server might be using an outdated TLS version, but I can verify in Chrome's development tools that traffic is being encrypted using TLS 1.2:

Proof that I'm using TLS 1.2

Why does Edge seem to be ignoring my self-signed certificate that I have installed as a Trusted Root Certificate? How can I fix it?

Things I've tried:

  • Installing the same certificate in my Personal and Intermediate Root Certification Authorities stores
  • Restarting my machine
2
For self signed certificates on Windows, the certificate name must exactly match the machine name. I always add localhost too. This means that you sometimes must rename your computer to be a valid DNS name. Then add the name to your hosts file.John Hanley

2 Answers

2
votes

After quite a bit of investigation, we discovered the root cause - our company's antivirus software (Sophos) is blocking Edge (and only Edge) from reaching internal IP addresses. Edge's error message - "outdated or unsafe TLS security settings" - was misleading; Edge's requests weren't able to make it to the wire at all.

0
votes

Try to follow steps below may help you to solve the issue.

(1) Open Run window and type 'inetcpl.cpl' to open Internet properties.

(2) Go to 'Security' tab.

(3) Click on 'Custom level' button.

(4) Find option for 'Display mixed content'.

(5) Enable it.

enter image description here

Then go to 'Advanced' tab in the same dialog.

Verify that below options are checked.

enter image description here

If it is not checked then check it and apply the changes and click on ok button.

If you are using outdated network drivers then also this issue can occur. so try to check that you are using the latest drivers.