No required SSL certificate was sent
I am getting No required SSL certificate was sent
P12 cert password encryption in java springboot application ( using yml )
In my Java spring boot application, I’m using a P12 certificate and jks to connect to MQ for message reading & sending. the details of jks and p12 are stored & referred to via yml files. we need all passwords encrypted which, when I tried is throwing an error for p12 ( jks successful ).
How to disable SSL verification in Java Spring Boot Rest Client
I’m trying to replicate the following functionality written in Python using Java Spring Boot.