Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

出現憑證錯誤訊息 #126

Open
tomboliu opened this issue Sep 13, 2023 · 0 comments
Open

出現憑證錯誤訊息 #126

tomboliu opened this issue Sep 13, 2023 · 0 comments

Comments

@tomboliu
Copy link

執行時,會出現
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'])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant