Ali farahzadi
Ali farahzadi

Reputation: 311

what is the problem with this wso2 analytics dashboard error

my scenario is about two servers one running wso2 api manager and one running wso2 analytics and I want to show statics of api manager on analytics server .how to configure this servers? (analytics dashboard conf , analytics worker conf , api manager conf) thanx

WARN {org.wso2.msf4j.internal.MSF4JHttpConnectorListener} - Unmapped exception 
feign.RetryableException: No subject alternative names matching IP address 192.168.115.132 
found executing GET https://192.168.115.132:9443/api/am/admin/v1/custom-urls/carbon.super

Upvotes: 0

Views: 316

Answers (1)

Pubci
Pubci

Reputation: 4001

This is due to the hostname verification. The recommended option is to use proper certs with hostnames. Otherwise, you can disable hostname verification by adding the following.

hostnameVerificationEnabled: false

https://github.com/wso2/docker-apim/blob/3.2.x/docker-compose/apim-with-analytics/conf/apim-analytics-dashboard/conf/dashboard/deployment.yaml#L25

Upvotes: 1

Related Questions