mirror of
https://github.com/ErlichLiu/DeepClaude.git
synced 2026-04-25 05:05:57 +03:00
[GH-ISSUE #25] 配置硅基流动的api后出现443错误 #15
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/DeepClaude#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yangruiguang on GitHub (Feb 8, 2025).
Original GitHub issue: https://github.com/ErlichLiu/DeepClaude/issues/25
mac本地运行,配好chatbox后,输入任何对话内容,都出现以下错误
使用chatbox/cherry studio直接配置硅基流动的api可以正常使用,佬看下
@GowayLee commented on GitHub (Feb 8, 2025):
这个可能是Python网络请求库进行SSL验证时出现的问题,多半是Python没有使用系统证书文件。
可以结合自己的OS问问AI如何检查系统SSL证书文件。排查是系统证书文件的问题还是Python网络请求库使用了错误文件的问题。
之前我在CentOS服务器上也遇到了这个问题,通过设置环境变量,强迫Python网络请求库使用系统证书文件
成功解决
@yangruiguang commented on GitHub (Feb 9, 2025):
成功了👍🏻
@GowayLee commented on GitHub (Feb 15, 2025):
Please close the issue if there is no further problem.