In this post, we will see how to resolve Setting trustStoreType is not working properly in Spring Boot Question: We have a Spring Boot application where we need to set javax.net.ssl.trustStoreType to WINDOWS-ROOT. I have a class named TestService in ...
Question: I have a .jks file. How can I identify whether it is a Keystore or a trust store? Answer: There’s not much of a difference, you can theoretically use one store for both purposes; Not that it’s recommended though.. ...
Question: I’m trying to use Micrometer with Elasticsearch over SSL. I use Micrometer in version 1.8.0, Elasticsearch in version 7.16.3 and OpenJDK 11.0.2 . Because I know that it’s not possible to use a built-in configuration (link) I tried to ...