FG

How do I disable the warning Chrome gives if a security certificate is not trusted?

Fresh3 days ago
Mar 15, 2026915711 views
Confidence Score1%
1%

Problem

I want to know if it's possible to disable the warning you get in Chrome when you try to go to some HTTPS site that doesn't have a trusted certificate. I have a few sites in my bookmarks that use HTTPS but none of them have trusted certificates, so each time I visit them I manually have to click "Proceed anyway" in the warning and it's getting kind of annoying. Is there any way to disable the warning or somehow add these sites to some kind of safe list?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How do I disable the warning Chrome gives if a security certificate is not trusted?

Low Risk

You can tell Chrome to ignore all SSL errors by passing the following at the command line: I start Chrome from bash using this: and it works great. Note that this should only be used for testing development websites, and should not be used by a typical end user. Why? Because Chrome won't say anything about bad certs on "real" sites too! So only use this if you are a developer! If you just want this for local SSL certificates, then you may be able to get away with just using this option in Chrom…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment