matijap
4 years agoNew Member
javax.net.ssl.SSLHandshakeException: Received fatal alert: unknown_ca
Hi all.
I'm trying to connect to my service, which is under client certificate authorization, even though key store is successfully recognized, which I see in logs I still cannot connect to my service. Over tools like Postman it works.
I get this error:
- Fri Oct 15 18:50:30 CEST 2021:ERROR:Exception in request: javax.net.ssl.SSLHandshakeException: Received fatal alert: unknown_ca
Trust store works:
- Fri Oct 15 18:50:18 CEST 2021:INFO:Updating keyStore..
- Fri Oct 15 18:50:18 CEST 2021:INFO:Initializing KeyStore
Thank you for you help