(redirected to user list) Hi, I guess the problem is that service SSL certificate is not found in the client trust store.
This link explains how to configure http conduit with truststore on the client side: https://cxf.apache.org/docs/client-http-transport-including-ssl-support.html#ClientHTTPTransport%28includingSSLsupport%29-ConfiguringSSLSupport. You will need to add server certificate into truststore configured there. Regards, Andrei. > -----Original Message----- > From: wasew [mailto:[email protected]] > Sent: Sonntag, 16. Februar 2014 18:43 > To: [email protected] > Subject: Bipro WS Client get Security Token > > Hi. I implement a Client for a BiPRO Web Service. My Problem is to get a > Security Token > > I can generate all java Classes with WSDL2java. The WS is on https protocol. > > On java client I get following error: > > Exception in thread "main" > com.sun.xml.internal.ws.client.ClientTransportException: HTTP transport > error: javax.net.ssl.SSLHandshakeException: > sun.security.validator.ValidatorException: PKIX path building failed: > sun.security.provider.certpath.SunCertPathBuilderException: unable to find > valid certification path to requested target > > How I can fix this? > > > > > > -- > View this message in context: http://cxf.547215.n5.nabble.com/Bipro-WS- > Client-get-Security-Token-tp5740035.html > Sent from the cxf-dev mailing list archive at Nabble.com.
