Skip to content
Advertisement

Spring Security: error while loading keystore

I have a working spring boot application, when I do configure it to run in SSL mode as follow:

JavaScript

Configuration, which is working for a similar spring boot application and exact same keystore

It throws following Exception:

JavaScript

Advertisement

Answer

Apparently, this exception happens when you target a directory instead of the actual Keystore file:

JavaScript

Instead of

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement