出現憑證錯誤訊息
tomboliu opened this issue · 0 comments
tomboliu commented
執行時,會出現
ERROR:cert_issuer_source_aia.cc(36)] Error parsing cert retrieved from AIA (as DER):
ERROR: Couldn't read tbsCertificate as SEQUENCE
ERROR: Failed parsing Certificate
我是在 download.py 的 #配置Selenium參數
增加以下兩行,就可以解決錯誤問題
options.add_argument('--ignore-certificate-errors')
options.add_experimental_option('excludeSwitches', ['enable-logging'])