I am currently setting up a dockerized WSO Api Manager. We have got a wildcard certificates for our domain. I successfully transformed it into a java keystore and replaced the t
In the api-manager.xml file , change all references of localhost to match your domain name , restart , and it should be good.
api-manager.xml
localhost
Setting
AllowAll
is a security risk , Hostname Verification is there for a reason.