gpt4 book ai didi

Python/Gunicorn ssl 握手失败

转载 作者:行者123 更新时间:2023-12-04 18:33:22 27 4
gpt4 key购买 nike

我正在运行带有 SSL 证书的 Ubuntu、Python 3.6、Gunicorn + Flask。我偶尔会收到有关无效 SSL 请求的错误消息。

[2020-08-28 13:48:33 -0400] [6347] [DEBUG] Error processing SSL request.
[2020-08-28 13:48:33 -0400] [6347] [DEBUG] Invalid request from ip=x.xx.xx.xx: [SSL: SSL_HANDSHAKE_FAILURE] ssl handshake failure (_ssl.c:2309)
[2020-08-28 13:48:33 -0400] [6347] [DEBUG] Failed to send error message.

我相信这可能与磁盘有关,因为它是这台机器上非常严重的瓶颈。可能是磁盘原因,无法及时读取证书?

我使用标准 SSL 设置设置 Gunicorn:

keyfile = 'keys/x.key'
certfile = 'keys/x.pem'
ca_certs = 'keys/x2.pem'

最佳答案

也许这是旧的,但对于像我这样登陆这里的人:去检查你的“JWT_SECRET_KEY”是否被正确读取

关于Python/Gunicorn ssl 握手失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63638726/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com