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

apoifx网页端和shell都没办法请求成功 #153

Open
cycyco opened this issue Jun 14, 2024 · 1 comment
Open

apoifx网页端和shell都没办法请求成功 #153

cycyco opened this issue Jun 14, 2024 · 1 comment
Assignees

Comments

@cycyco
Copy link

cycyco commented Jun 14, 2024

你的困惑是什么

apoifx网页端请求返回值400,shell请求报错如下:

curl: (60) SSL: no alternative certificate subject name matches target host name 'openai.aihey.cc'
More details here: https://curl.haxx.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
curl: (3) URL using bad/illegal format or missing URL
curl: (3) URL using bad/illegal format or missing URL
curl: (3) URL using bad/illegal format or missing URL
curl: (3) URL using bad/illegal format or missing URL
curl: (3) URL using bad/illegal format or missing URL
curl: (3) URL using bad/illegal format or missing URL
curl: (3) URL using bad/illegal format or missing URL
curl: (3) URL using bad/illegal format or missing URL
curl: (3) URL using bad/illegal format or missing URL
curl: (3) URL using bad/illegal format or missing URL

但直接ping openai.aihey.cc可以ping通

你有做过哪些尝试

如上,还对终端进行了代理连接也是一样的情况
使用的命令为
curl --location --request POST 'https://openai.aihey.cc/claude/organizations/<我的orgid>/chat_conversations' \ --header 'Accept: */*' \ --header 'Cookie: sessionKey=<我的sessionkey>' \ --header 'User-Agent: Apifox/1.0.0 (https://apifox.com)' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "example" }'

你希望我怎么帮你

问题所在?

@UNICKCHENG
Copy link
Owner

@cycyco 谢谢支持,免费提供的网址现已下线,如需使用,可自行部署

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

2 participants