-
Notifications
You must be signed in to change notification settings - Fork 142
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
SSL:CERTIFICATE_UERIFY_FAILED #31
Comments
#3 |
大佬,该如何关呢? |
aio-libs/aiohttp#955 |
I don't know what's wrong with certificates for your site but you may disable certificate checks by passing verify_ssl=False to connector ctor: session = aiohhtp.ClientSession(connector=aiohttp.TCPConnector(verify_ssl=False)) |
解决了,我是重装了服务器,然后用网页打开某个直播间完美解决了 |
在不关闭证书验证的情况下,打开bilibili.tv,重新重新安装证书到本地即可。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在运行0的时候出现的
The text was updated successfully, but these errors were encountered: