In portal under Reporting tab nothing is opening. We have found this error in portal-grails.log
WARN org.springframework.cloud.netflix.zuul.filters.post.SendErrorFilter - Error during filtering
com.netflix.zuul.exception.ZuulException: Certificate for doesn't match any of the subject alternative names: [dudsm022025434.intranet.barcap.com]
All supported DevTest releases.
N/A
After going through portal logs, we noticed below error:
WARN org.springframework.cloud.netflix.zuul.filters.post.SendErrorFilter - Error during filtering
com.netflix.zuul.exception.ZuulException: Certificate for doesn't match any of the subject alternative names: [dudsm022025434.intranet.barcap.com]
This error is due to mismatch of common name given for Registry.
To resolve this issue, set registry.host in phoenix.properties file where Portal service is running. Portal was restarted.
With this change, didn't see any SSL errors in Portal and able to access reporting tab from console.