ERROR:ssl_client_socket_openssl.cc(1158)] handshake failed with ChromeDriver Chrome browser and Selenium
问题 When running my python selenium script in Chrome driver I get about three of the below error messages every time a page loads even though everything works fine. Is there a way to suppress these messages? [24412:18772:0617/090708:ERROR:ssl_client_socket_openssl.cc(1158)] handshake failed; returned -1, SSL error code 1, net_error -100 回答1: You get this error when the browser asks you to accept the certificate from the website. You can set to ignore these errors by default in order avoid these