I'm using WSO2 6.1.0 and the browser find a valid certificate in my Carbon url
https://localhost:9443/carbon/admin/login.jsp
When I change the name of localhost, according this url https://medium.com/@igunawardana/how-to-change-hostname-in-wso2-is-with-self-signed-certificate-ea547605e015, my browsers ( Chrome and Edge ) don't find a valid certificate.
Some ideas?
Sergio
WSO2 change localhost - ERR_CERT_AUTHORITY_INVALID
24 Views Asked by maccarilab At
1
There are 1 best solutions below
0
On
- Check new certificate is properly imported into the server's keystore and that you're using the correct keystore with the WSO2 server configuration.
- Verify that the certificate is correctly generated with the new hostname as the CN or is included in the SAN field if you're using that.
- Browsers sometimes cache SSL certificates, so try clearing your browser's cache or try accessing the server using an incognito window.