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

SSL:CERTIFICATE_UERIFY_FAILED #31

Closed
Jutean opened this issue Oct 10, 2018 · 6 comments
Closed

SSL:CERTIFICATE_UERIFY_FAILED #31

Jutean opened this issue Oct 10, 2018 · 6 comments

Comments

@Jutean
Copy link

Jutean commented Oct 10, 2018

在运行0的时候出现的

@yjqiang
Copy link
Owner

yjqiang commented Oct 10, 2018

#3
关闭ssl证书校验。这类情况的原因可能是vps证书老旧等原因,非本程序bug

@yjqiang yjqiang closed this as completed Oct 10, 2018
@Jutean
Copy link
Author

Jutean commented Oct 10, 2018

大佬,该如何关呢?

@yjqiang
Copy link
Owner

yjqiang commented Oct 10, 2018

aio-libs/aiohttp#955
这里面不是写明白了么

@yjqiang
Copy link
Owner

yjqiang commented Oct 10, 2018

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))

@Jutean
Copy link
Author

Jutean commented Oct 10, 2018

解决了,我是重装了服务器,然后用网页打开某个直播间完美解决了

@rabbit2rabbit
Copy link

在不关闭证书验证的情况下,打开bilibili.tv,重新重新安装证书到本地即可。

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

3 participants