我通过AM配置了API,并将生产端点配置为https URL。在API发布后,我通过curl命令调用它,如下所示。
curl -X GET --header 'Accept: application/json' --header 'client-id: vnet40000001' --header 'Authorization: Bearer a1819578-550c-37bf-8da2-6c8b197a571f' 'https://localhost:8243/1.0.8/common8/claim?vid=462cdd20-d22f-11e6-8085-f5947f55f361'
错误记录如下
<am:fault xmlns:am="http://wso2.org/apimanager"><am:code>101500</am:code><am:type>Status report</am:type><am:message>Runtime Error</am:message><am:description>Error in Sender</am:description></am:fault>
那么是什么导致了这个问题呢?