Reputation: 2494
In wso2 api manager analytics I faced following exception, could you please guide me?
Exception occurred :java.security.cert.CertificateException: No subject alternative names matching IP address 172.24.64.114 found executing GET https://172.24.64.114:9443/api/am/admin/v1/custom-urls/carbon.super
Upvotes: 0
Views: 899
Reputation: 4001
This looks like it is failing due to hostname verification. Although you have relevant cert in the client truststore, you have used the IP address to communicate with APIM.
You have few options here.
Upvotes: 1