Thanks for replaying!

The same is that we can't use https with client, but seems that I have
different problem. Does it tell you what it is?
Regards,
Luba.

INFO: Interceptor has thrown exception, unwinding now
org.apache.cxf.interceptor.Fault: Connection refused: connect
        at
org.apache.cxf.interceptor.AbstractOutDatabindingInterceptor.writeParts(
AbstractOutDatabindingInterceptor.java:75)
        at
org.apache.cxf.interceptor.BareOutInterceptor.handleMessage(BareOutInter
ceptor.java:68)
        at
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorC
hain.java:208)
        at
org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:276)
        at
org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:222)
        at
org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:73)
        at
org.apache.cxf.frontend.ClientProxy.invoke(ClientProxy.java:68)
        at $Proxy15.sayHi(Unknown Source)
        at
cxf_client.TestFromSSLClientExample.TestClient(TestFromSSLClientExample.
java:73)
        at
cxf_client.TestFromSSLClientExample.main(TestFromSSLClientExample.java:1
7)
Caused by: com.ctc.wstx.exc.WstxIOException: Connection refused: connect
        at
com.ctc.wstx.sw.BaseStreamWriter.flush(BaseStreamWriter.java:313)
        at
org.apache.cxf.interceptor.AbstractOutDatabindingInterceptor.writeParts(
AbstractOutDatabindingInterceptor.java:73)
        ... 9 more
Caused by: java.net.ConnectException: Connection refused: connect
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
        at
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
        at java.net.Socket.connect(Socket.java:507)
        at sun.net.NetworkClient.doConnect(NetworkClient.java:152)
        at sun.net.www.http.HttpClient.openServer(HttpClient.java:365)
        at sun.net.www.http.HttpClient.openServer(HttpClient.java:477)
        at
sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:280)
        at
sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:337)
        at
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttp
Client(AbstractDelegateHttpsURLConnection.java:176)
        at
sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnecti
on.java:744)
        at
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Ab
stractDelegateHttpsURLConnection.java:162)
        at
sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConne
ction.java:836)
        at
sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(HttpsU
RLConnectionImpl.java:230)
        at
org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleHead
ersTrustCaching(HTTPConduit.java:1766)
        at
org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.onFirstWri
te(HTTPConduit.java:1734)
        at
org.apache.cxf.io.AbstractWrappedOutputStream.write(AbstractWrappedOutpu
tStream.java:42)
        at com.ctc.wstx.io.UTF8Writer.flush(UTF8Writer.java:96)
        at
com.ctc.wstx.sw.BufferingXmlWriter.flush(BufferingXmlWriter.java:214)
        at
com.ctc.wstx.sw.BaseStreamWriter.flush(BaseStreamWriter.java:311)
        ... 10 more
Hit uncaught exception org.apache.cxf.interceptor.Fault

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 27, 2008 4:56 PM
To: [email protected]
Subject: Re: HTTPS and CXF Protocol mismatch: engine's protocol is http,
the url protocol is https

Dear Alpin Luba (I don't know what your name is sorry),
I wish I could help you!

Unfortunately I think I have understood the problem but I don't know 
how to solve it:
faultCode=PARSER_ERROR: Problem parsing 'https://localhost:
9000/helloWorld?wsdl'.: 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

As far as i know, this exception is raised because I am using a self 
made cert (see: http://blogs.sun.
com/andreas/entry/no_more_unable_to_find); I followed the instructions 
in this website (basically add the server cert to your keystore) 
without success. 
I don't know what to do.

Suggestions?
Bye



______________________________________________

Voce Senza Limiti: chiama in tutta Italia a 0 cent. SOLO 9,90 EURO AL
MESE fino al 27/03/08!
http://abbonati.tiscali.it/promo/vocesenzalimiti_2603/

Reply via email to