Spring RestTemplate with HttpClient Client Certificate on Windows
How can I include client certificate using latest HttpClient (httpclient5) in Windows?
I'm using latest RestTemplate (rest framework 6.0.4) with HttpClient. It throws exception when I create an in-mem keystore (same result with "PKCS12" and "JKS") with just my certificate
500 Internal Server Error: "{"ErrorCode":"APPAP330E","ErrorMsg":"Failed to verify application authentication data: Could not obtain client certificate details."}"
val x509 : X509Certificate =...