Solution:
This error occurs due to an unsafe address error, a loop error is reported, and the program is terminated. With a –ignore-certificate-errors parameter, those certificate errors are ignored, as follows:
chrome_options = webdriver.ChromeOptions() chrome_options.add_argument('--ignore-certificate-errors') driver = webdriver.Chrome(options=chrome_options)
Read More:
- [Solved] ssl_client_socket_impl.cc handshake failed (Same Codes in Different Environments)
- _ssl.c:510: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
- python3 ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:833) Error
- There was a problem confirming the ssl certificate: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590)-skipping
- [Solved] USB: usb_device_handle_win.cc:1049 Failed to read descriptor from node connection…
- SSL error of urllib3 when Python uploads files using Minio
- Python Error aiohttp.client_exceptions.ClientConnectorCertificateError, Cannot connect to host:443
- python minio client Error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certific
- PIP Install Caused by SSLError(SSLError(1, ‘[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1123)’))
- [Solved] Selenium python send_key error: list object has no attribute
- [Solved] selenium.common.exceptions.WebDriverException: Message: unknown error: DevToolsActivePort file doesn
- [Solved] pip install Error: There was a problem confirming the ssl certificate…
- [Solved] Python Selenium Error: AttributeError: ‘WebDriver‘ object has no attribute ‘find_element_by_xpath‘
- [Solved] unknown error: Chrome failed to start: exited abnormally (Driver info: chromedriver=2.36.540471
- [Solved] Linux OS python Script Error: smtplib has no attribute SMTP_SSL
- Crawler overtime error socket.timeout: timed out/NameError: name ‘socket‘ is not defined
- [Python] Right-click Selenium to Save the picture error: attributeerror: solution to module ‘pyscreen’ has no attribute ‘locationonwindow’
- [Solved] AttributeError: module ‘selenium.webdriver‘ has no attribute ‘Chrome‘
- Python Selenium: element is not attached to the page document error
- Python+Selenium Error: AttributeError: ‘WebDriver‘ NameError: name ‘By‘ is not defined