TI-API: /store/subscriptions/inventory/test 库存订阅证书错误

Part Number: TI-API
我的callbackurl设置的是 kacloud-508097600130383872-arc.z.kasoftwarecloud.com:28888/.../webhook.rsb,
在API测试网站上一直报错:
Fullscreen
1
2
3
4
5
{
"status": "failed",
"responseCode": 0,
"message": "I/O error on POST request for \"https://kacloud-508097600130383872-arc.z.kasoftwarecloud.com:28888/connector/TIApi/TIApi_Webhook_Inventory_Subscribe/webhook.rsb\": PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target; nested exception is javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target"
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
请帮忙看看是什么问题?我们的证书不符合要求吗?
  • 请帮忙看下这个问题!

  • Hi,

    看起来是您的开发的问题,可能是证书并未导入到 keystore 中。

    请检查所有您会使用到的证书,是否成功导入到 keystore中。

  • Hi,

    这个是TI服务器访问我提供的callbackurl时候报的错,是不是应该是ti服务器那边没有我们证书的根证书造成的?看着ti 服务器的报错应该用的是Spring + RestTemplate的HTTP客户端,我在本地用Java + RestTemplate模拟了一下,访问我提供的callback没有问题。