openai-proxy
openai-proxy copied to clipboard
apoifx网页端和shell都没办法请求成功
你的困惑是什么
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" }'
你希望我怎么帮你
问题所在?
@cycyco 谢谢支持,免费提供的网址现已下线,如需使用,可自行部署