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

内部私有化部署场景下证书问题导致sdk无法建立https连接 #59

Open
channelvison opened this issue Apr 15, 2024 · 1 comment

Comments

@channelvison
Copy link

python的sdk能否增加配置选项,可以手动指定忽略证书错误。

@mayneyao
Copy link
Contributor

replace the request instance after initializing Vika

import requests
session = requests.Session()
session.verify = False

vika = Vika()

vika.request = session 

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

2 participants