Your connection is not private #2225
Unanswered
mriamnobody
asked this question in
Q&A
Replies: 1 comment
-
It's a bit of a hack but if I need to bypass this warning on a page that has an invalid cert I simply add a following script to Execute JavaScript before change detection: document.querySelector("#proceed-link").click(); In addition to setting Wait seconds before extracting text to few seconds just in case. But I'm not sure this is required but it might be. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While conducting tests, I encountered an error message stating
Your connection is not private
inChromedriver
. How can I disable or bypass this issue? I attempted to resolve this by disabling theAllow invalid certificates for resources loaded from localhost
option inchrome://flags/
, but it appears to be ineffective. I also tried to startChromedriver
with the argument--ignore-certificate-errors
but no success. Despite extensive research online, I have yet to find a solution that works for me, which suggests I might be overlooking or incorrectly implementing something.I need your help. Please guide.
What I have done is placed the
Chromedriver
in theUSER PATH
, and my changedetection.io installation is within a virtual environment.Version
v0.45.14
Screenshots
Desktop (please complete the following information):
Beta Was this translation helpful? Give feedback.
All reactions