'Error SSL handshake when accessing the Analytics Dashboard profile

After running wso2server.bat, worker.bat, dashboard.bat, I get an error when trying to access Analytics Dashboard like business-role, monitoring, policies, portal.

"Error while SSL handshake: javax.net.ssl.SSLException: Received fatal alert: certificate_unknown"

what should I do, so that the dashboard analytics running normally error_log



Solution 1:[1]

SSL Handshake error can be caused due to several reasons. Know the possible causes that can lead to SSL handshake errors. This reference also has a link with details on SSL handshake semantics that will help you understand the problems better.

In this case that you are faced with, according to these references, it could be that the cipher suite algorithm does not match between your browser and server. You could try different browsers to see if the problem goes away. If not, you will have to check on the server certificate.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Samisa