You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If self-signed certificate missing a SAN (Subject Alternate Name), modern browsers will throw a security error. So it's important to put DNS name in the SAN and not the CN, because both the IETF and the CA/Browser Forums specify the practice.
@suntong I cannot get the SSL bump to work - all the certificates are being rejected by the browser. Chrome said that it "is not standards compliant". Can you be more specific about how you resolved this issue? Is it an issue with the CA generation or squid.conf?
I see in Squid change log they have this which seems like it would have fixed the issue you are describing.
Changes to squid-3.5.26 (01 Jun 2017):
Bug 4711: SubjectAlternativeNames is missing in some generated certificates
If self-signed certificate missing a SAN (Subject Alternate Name), modern browsers will throw a security error. So it's important to put DNS name in the SAN and not the CN, because both the IETF and the CA/Browser Forums specify the practice.
For details, check out How to create a self-signed certificate.
The text was updated successfully, but these errors were encountered: