nikhil khicher

Home/nikhil khicher

About nikhil khicher

This author has not yet filled in any details.
So far nikhil khicher has created 0 blog entries.

Implement SSL Using Docker in Maven

Introduction SSL (Secure Socket Layer) is an encryption-based internet security protocol for ensuring the data privacy, authentication and data integrity. It is widely used in the world of internet but it's use in securing web over https

By |2023-05-08T18:29:03+05:308 May 2023|0 Comments

Spring Boot Logging using Log4J2

What is Logging? Logging is defined as storing some key information about a process or application in a file or database. Like date and time, filename, some messages etc. Why do we need to log in to our

By |2023-01-17T20:02:55+05:3020 September 2021|Comments Off on Spring Boot Logging using Log4J2

How to implement 2-way SSL using Spring Boot

What is 2-way SSL(Mutual Authentication)? In 2-way SSl both client and server have to present their certificates to each other to verify themselves with a trusted certificate. In 2-way SSl there are 12 steps to digitally handshake. They

By |2023-01-17T20:07:13+05:3025 March 2021|Comments Off on How to implement 2-way SSL using Spring Boot
Go to Top