[GH-ISSUE #25] 配置硅基流动的api后出现443错误 #15

Closed
opened 2026-02-27 01:55:50 +03:00 by kerem · 3 comments
Owner

Originally created by @yangruiguang on GitHub (Feb 8, 2025).
Original GitHub issue: https://github.com/ErlichLiu/DeepClaude/issues/25

mac本地运行,配好chatbox后,输入任何对话内容,都出现以下错误

Image

使用chatbox/cherry studio直接配置硅基流动的api可以正常使用,佬看下

Originally created by @yangruiguang on GitHub (Feb 8, 2025). Original GitHub issue: https://github.com/ErlichLiu/DeepClaude/issues/25 mac本地运行,配好chatbox后,输入任何对话内容,都出现以下错误 <img width="564" alt="Image" src="https://github.com/user-attachments/assets/f169c6cb-94e8-496d-bc9d-3867dc7d1e98" /> 使用chatbox/cherry studio直接配置硅基流动的api可以正常使用,佬看下
kerem closed this issue 2026-02-27 01:55:50 +03:00
Author
Owner

@GowayLee commented on GitHub (Feb 8, 2025):

这个可能是Python网络请求库进行SSL验证时出现的问题,多半是Python没有使用系统证书文件。

可以结合自己的OS问问AI如何检查系统SSL证书文件。排查是系统证书文件的问题还是Python网络请求库使用了错误文件的问题。

之前我在CentOS服务器上也遇到了这个问题,通过设置环境变量,强迫Python网络请求库使用系统证书文件

export SSL_CERT_FILE=/etc/pki/tls/certs/ca-bundle.crt

成功解决

<!-- gh-comment-id:2644896055 --> @GowayLee commented on GitHub (Feb 8, 2025): 这个可能是Python网络请求库进行SSL验证时出现的问题,多半是Python没有使用系统证书文件。 可以结合自己的OS问问AI如何检查系统SSL证书文件。排查是系统证书文件的问题还是Python网络请求库使用了错误文件的问题。 之前我在CentOS服务器上也遇到了这个问题,通过设置环境变量,强迫Python网络请求库使用系统证书文件 ```bash export SSL_CERT_FILE=/etc/pki/tls/certs/ca-bundle.crt ``` 成功解决
Author
Owner

@yangruiguang commented on GitHub (Feb 9, 2025):

这个可能是Python网络请求库进行SSL验证时出现的问题,多半是Python没有使用系统证书文件。

可以结合自己的OS问问AI如何检查系统SSL证书文件。排查是系统证书文件的问题还是Python网络请求库使用了错误文件的问题。

之前我在CentOS服务器上也遇到了这个问题,通过设置环境变量,强迫Python网络请求库使用系统证书文件

export SSL_CERT_FILE=/etc/pki/tls/certs/ca-bundle.crt
成功解决

成功了👍🏻

<!-- gh-comment-id:2646201947 --> @yangruiguang commented on GitHub (Feb 9, 2025): > 这个可能是Python网络请求库进行SSL验证时出现的问题,多半是Python没有使用系统证书文件。 > > 可以结合自己的OS问问AI如何检查系统SSL证书文件。排查是系统证书文件的问题还是Python网络请求库使用了错误文件的问题。 > > 之前我在CentOS服务器上也遇到了这个问题,通过设置环境变量,强迫Python网络请求库使用系统证书文件 > > export SSL_CERT_FILE=/etc/pki/tls/certs/ca-bundle.crt > 成功解决 成功了👍🏻
Author
Owner

@GowayLee commented on GitHub (Feb 15, 2025):

成功了👍🏻

Please close the issue if there is no further problem.

<!-- gh-comment-id:2660723801 --> @GowayLee commented on GitHub (Feb 15, 2025): > 成功了👍🏻 Please close the issue if there is no further problem.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/DeepClaude#15
No description provided.