Hi,

You try to use https transport, this error means client cannot trust server side certificate, your http:conduit configuration miss a trustmanager from which can specify a truststore. You may need take a look at [1] to get more about the configuration and we also ship wsdl_first_https example with the kit.

[1]http://cxf.apache.org/docs/client-http-transport-including-ssl-support.html

Freeman
On 2011-4-29, at 下午1:23, vidMacquarie wrote:

Thank you for prompt responses. I have made change from
"name="{http://trademanager.cinnober.com/
bclearapi-1.6}BclearApi16PortType.http-conduit"  to
name="{http://trademanager.cinnober.com/ bclearapi-1.6}BclearApi16.http-conduit"
.


In doing so I got a strange error which I am unable understand what went
wrong with certification.

Caused by: javax.net.ssl.SSLHandshakeException: SSLHandshakeException
invoking https://156.48.255.126/axis/services/BclearApi16:
sun.security.validator.ValidatorException: PKIX path building failed:
sun.security.provider.certpath.SunCertPathBuilderException: unable to find
valid certification path to requested target

Does above error mean that it cannot find my certificate? I do know that Http:Conduit located the C:\vid\wsdl\bclear\certs\3HB.p12 file succefully otherwise it would have failed during the application start up. Any other
ideas to get around this error?

error log after making necessary change.
http://cxf.547215.n5.nabble.com/file/n4357911/error2.txt error2.txt

FYI, I am using CXF 2.3.3--
View this message in context: 
http://cxf.547215.n5.nabble.com/JAX-WS-client-connection-time-out-tp4357863p4357911.html
Sent from the cxf-user mailing list archive at Nabble.com.

---------------------------------------------
Freeman Fang

FuseSource
Email:[email protected]
Web: fusesource.com
Twitter: freemanfang
Blog: http://freemanfang.blogspot.com
Connect at CamelOne May 24-26
The Open Source Integration Conference








Reply via email to