Replies: 1 comment
-
The info I found for this particular scenario is to import SSL, and use the following line of code before instantiating your driver: I have used it successfully in projects. |
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
-
My job is behind a crazy firewall, and the only way to get any applications to run is by entirely turning off SSL verification. (The firewall system handles all this for us, I guess).
HOWEVER, before I can even l visit a website, the undetected-chromedriver makes HTTP requests during initialization and I can't change their settings, as seen in
fetch_release_number()
via theurlopen()
call. Is there any way to force thoseurlopen()
calls to ALSO ignore SSL verification? Like, is there a way to set a global "don't SSL verify" option?Beta Was this translation helpful? Give feedback.
All reactions