python ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123) Posted on 2021-12-012021-12-01 最近在使用 undetected_chromedriver,遇到上面的錯誤訊息,錯誤訊息畫面: 解法: import sslssl._create_default_https_context = ssl._create_unverified_context