python - Selenium-ChromeDriver SSL error/handshake failed -


my script throwing ton of ssl errors below:

[19852:2032:0912/202419:error:ssl_client_socket_impl.cc(1141)] handshake failed;  returned -1, ssl error code 1, net_error -100  [19852:2032:0912/202419:error:ssl_client_socket_impl.cc(1141)] handshake failed;  returned -1, ssl error code 1, net_error -100 

everything works errors keep looping , block script causing come halt.

i have tried suppress errors below...but no effect:

path_to_chromedriver = 'c:/path/to/chromedriver' options = webdriver.chromeoptions() options.add_argument('--ignore-certificate-errors') options.add_argument('--ignore-ssl-errors') browser = webdriver.chrome(chrome_options=options, executable_path = path_to_chromedriver) 

i unsure if error in code above, if there should add isn't there, or whether these errors can suppressed.

if helpful, old piece of code working fine until few days ago. site in question added ad network scripts caused ssl certificate issues.

any appreciated.


Comments

  1. Python - Selenium-Chromedriver Ssl Error/Handshake Failed - >>>>> Download Now

    >>>>> Download Full

    Python - Selenium-Chromedriver Ssl Error/Handshake Failed - >>>>> Download LINK

    >>>>> Download Now

    Python - Selenium-Chromedriver Ssl Error/Handshake Failed - >>>>> Download Full

    >>>>> Download LINK m1

    ReplyDelete

Post a Comment

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -