I'm trying to test some features in a production environment, and to achieve this I'm using Google Chrome overrides, that basically allows you to substitute a remote file with a local file.
It sometimes works, but after a couple of reloads it stops working and all the requests start failing, receiving this error in console:
Pay attention: I'm not talking of the full page warning that you see when you access an untrusted website, which has the same error code. I'm talking about the error in console which makes the website unusable.
I say this because I tried googling the error and I only see articles about the warning, that you can easily skip. This is a different subject.
What I tried so far, without success is:
- Start chrome with the
--ignore-certificate-errors
flag - Enabling the
allow-insecure-localhost
flag inchrome://flags
But they didn't help. How can I tell Chrome to ignore the (inexistent) certificate?
Thank you
My Chrome version is
71.0.3578.98 - stable - 64 bit