Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have configured truststore in org.apache.cxf.http.conduits-common.cfg as below in windows environment.
url=https://*
tlsClientParameters.trustManagers.keyStore.type = JKS
tlsClientParameters.trustManagers.keyStore.password=xxxx
tlsClientParameters.trustManagers.keyStore.file=C:\Users\xxxxx\truststore
My cxf client fails when accessing https service as the above truststore is not picked up by Karaf. I have checked the ssl log. Karaf picked only jdk cacerts.
How can I fix it?
Hello,
Could you please let us know if this article helps?
Best regards
Sabrina