标签: Python

[Question]:Issue with Invoke Component

[Question]:Issue with Invoke Component

这个报错是访问的远程服务器证书不合法(缺少 Subject Key Identifier 扩展)导致的 SSL 校验失败,并非 RAGFlow 自身 Bug。优先排查目标 API 的证书配置,或通过代理中转、修改源码方式绕过校验。

websocket error

websocket error

该报错通常出现在 Dify 自托管(Source 方式)部署中,由协作模式(Collaboration Mode)的 WebSocket 连接异常触发,常见原因包括 `api` 与 `api_websocket` 容器使用不同的 `SECRET_KEY`,以及 Socket.IO 的 Redis p