Hello, I'm consuming a WS with a cxf based client. in Dev environment (http) everything is smooth. moving to production servers, I need to consume the service over https with a client certificate. I got from the vendor (MS based organization) a pfx certificate and a password.
I'm a little emberessed to say that I couldn't make it work... I tried to import the pfx to JKS and use it as a keystore for keyManager and trustManager, or even tried to use the pfx itself with type=PKCS12, but I'm getting "Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target" the CXF docs has a section for "importing PFX certificates" that says "come back soon", but my boss didn't like it when I gave him that answer ;J can anyone help me the the requierd steps to consume HTTPS with a pfx certificate? Thanks -- View this message in context: http://cxf.547215.n5.nabble.com/client-authorization-with-pfx-tp4267485p4267485.html Sent from the cxf-user mailing list archive at Nabble.com.
