Tag

Google Chrome

Google Chrome

Accepting Invalid Certificates in Google Chrome

Chrome has become very strict regarding certificates. There is no longer a straightforward way to access a page with an invalid certificate. Instead, you will receive a net::ERR_CERT_AUTHORITY_INVALID error message. Fortunately, there is a workaround. To utilize this workaround, you need to launch Chrome with a specific command-line parameter. On Windows, the command is: "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --ignore-certificate-errors On macOS, the command is:

Sebastian Widmann

Sebastian Widmann

Webdesigner / Web developer

Google Chrome

Clearing 301 Redirect Cache in Google Chrome

Google Chrome's ability to store and execute 301 redirects, also known as permanent redirects, often provides an efficient user experience. However, this can become problematic when such a redirect is set up inadvertently and later deactivated. Chrome tends to persistently cache the redirect data, leading to the browser continuing to perform the redirection even when it is no longer valid. In such cases, it can be challenging to instruct the Chrome browser to ignore the outdated redirect and acc

Sebastian Widmann

Sebastian Widmann

Webdesigner / Web developer