Reporting Module is not loading in DevTest portal. The page is keep on trying to load. We are seeing the below error in the portal-grails log.
[qtp317479986-16] WARN org.springframework.cloud.netflix.zuul.filters.post.SendErrorFilter - Error during filtering com.netflix.zuul.exception.ZuulException: Certificate for <localhost> doesn't match any of the subject alternative names:
Release : All supported DevTest versions
Component : CA Application Test
In the pheonix.properties we noticed that registry.host was set to localhost.
registry.host=localhost
Since the signed certificate "key.ks" does not have localhost specified in the Subject Alternative names, we were getting the error.
Resolution:
Change registry.host = <FQDN> hostname in pheonix.properties
The hostname should match the subject alternative names specified in Certificate