Sage-Bionetworks / sagebio-collaboration-portal

Collaboration Portal developed by Sage Bionetworks
1 stars 0 forks source link

Fix NET::ERR_CERT_INVALID in Chrome after updating to Mac OS Catalina #576

Open tschaffter opened 4 years ago

tschaffter commented 4 years ago

https://forum.openwrt.org/t/net-err-cert-invalid-from-chrome-in-macos-catalina/46435/3

https://localhost is still accessible on Firefox.

tschaffter commented 4 years ago

image

tschaffter commented 4 years ago

TLS server certificates must present the DNS name of the server in the Subject Alternative Name extension of the certificate. DNS names in the CommonName of a certificate are no longer trusted.

Source: https://forum.openwrt.org/t/net-err-cert-invalid-from-google-chrome-in-macos-catalina/46435/4

This may be the solution.