You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I receive the following when trying to download the Chrome driver: SSLError: HTTPSConnectionPool(host='www.googleapis.com', port=443): Max retries exceeded with url: /storage/v1/b/chromedriver/o/LATEST_RELEASE (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123)')))
This does not happen when using Firefox.
Also, doing this on Windows does not invoke error also.
Do you think it's a good idea to not verify the certificates when downloading the drivers?
OS: MacOs
Python version. 3.9.2
webdriverdownloader: 1.1.0.3
I receive the following when trying to download the Chrome driver:
SSLError: HTTPSConnectionPool(host='www.googleapis.com', port=443): Max retries exceeded with url: /storage/v1/b/chromedriver/o/LATEST_RELEASE (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123)')))
This does not happen when using Firefox.
Also, doing this on Windows does not invoke error also.
Do you think it's a good idea to not verify the certificates when downloading the drivers?
I opened a PR just in case: #16
The text was updated successfully, but these errors were encountered: