How do I remove security certificate exceptions from Google Chrome?

I am a developer and have created a certificate for my application. The first time I access it Chrome states that the certificate is not recognized and suggests to leave the website.

There is however the option to add an exception, which I did, and the website becomes accessible.

Now I need to remove that exception, but I cannot find it any were in Chrome's settings. Chrome version is 45.0.2454.85 m


Solution 1:

I've finally found the answer.

On the address bar, click on the padlock to show the certificate details. In the Connection tab there is a button "Stop using this certificate". Click it to remove the exception.

enter image description here

Solution 2:

Chrome looks a little different these days, so here's an updated picture of where to re-enable the warnings.

You still begin by clicking the "Not secure" indicator to the left of the URL. Then, in the panel that pops up, you click the "Re-enable warnings" link.

enter image description here

Solution 3:

01/2017 - After many Chrome updates, now you just click to the left of the URL, where the padlock is, or if something else (mine is a local server, displaying a "red triangle Not secure"), click that to display the information about the connection, then click "Re-enable warnings"

Solution 4:

In case the HTTPS URL triggers a 301/302 redirection to an HTTP URL, the methods described above won't work since the browser immediately redirects to a non-secure page which doesn't include the padlock button (as pointed out by Alex in the comments).

In this case, it's possible to work around this problem by disabling redirections for the website: Settings -> Advanced -> Site Settings -> Pop ups and redirects -> Block -> Add -> Add the URL -> Visit the URL -> Disable the exception according to the accepted answer -> Remove redirection block.