certificates

How to resolve PKIX Path Building Issue

Reading Time: 3 minutes In this blog, we learn how to resolve PKIX path-building Issue.While developing some application, we might sometimes come across the below error which the maven throws while building the application: Reason The error is due to the system firewall. The system firewall restricts the application to connect to external unsecured systems. The firewall requires a valid certificate to allow access to the external systems. Cause Continue Reading

Create a self-signed SSL Certificate using OpenSSL.

Reading Time: 3 minutes In this blog I’ll be giving a little bit of insight on SSL certificates and then how to create a self-signed certificate using OpenSSL. Let’s start with  “What is an SSL Certificate?“ SSL stands for Secure Socket Layer. SSL is a global standard technology that creates encrypted communication between web browser and web server. It helps to decrease the risk of losing your personal information(e.g passwords, emails, Continue Reading