Return-Path: Delivered-To: apmail-incubator-cxf-user-archive@locus.apache.org Received: (qmail 40063 invoked from network); 10 Aug 2007 23:20:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Aug 2007 23:20:09 -0000 Received: (qmail 72791 invoked by uid 500); 10 Aug 2007 23:20:07 -0000 Delivered-To: apmail-incubator-cxf-user-archive@incubator.apache.org Received: (qmail 72768 invoked by uid 500); 10 Aug 2007 23:20:07 -0000 Mailing-List: contact cxf-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-user@incubator.apache.org Delivered-To: mailing list cxf-user@incubator.apache.org Received: (qmail 72754 invoked by uid 99); 10 Aug 2007 23:20:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Aug 2007 16:20:07 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [72.10.70.101] (HELO atl-rbx-eml01.rbxglobal.com) (72.10.70.101) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Aug 2007 23:20:04 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by atl-rbx-eml01.rbxglobal.com (Postfix) with ESMTP id 684312A0002 for ; Fri, 10 Aug 2007 19:19:39 -0400 (EDT) X-Virus-Scanned: amavisd-new at X-Spam-Score: -2.493 X-Spam-Level: Received: from atl-rbx-eml01.rbxglobal.com ([127.0.0.1]) by localhost (atl-rbx-eml01.rbxglobal.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hRMI619ttJqu for ; Fri, 10 Aug 2007 19:19:37 -0400 (EDT) Received: from [192.168.1.193] (unknown [200.122.145.89]) by atl-rbx-eml01.rbxglobal.com (Postfix) with ESMTP id 2BBAB2A0001 for ; Fri, 10 Aug 2007 19:19:37 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v752.3) To: cxf-user@incubator.apache.org Message-Id: <2D0EBEA1-B66E-47DD-A0CC-010A2F30ED48@rbxglobal.com> Content-Type: multipart/alternative; boundary=Apple-Mail-1-174676171 From: Julio Arias Subject: HTTPS Server Date: Fri, 10 Aug 2007 17:16:29 -0600 X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-2.493 tagged_above=-10 required=6.6 tests=[AWL=0.105, BAYES_00=-2.599, HTML_MESSAGE=0.001] --Apple-Mail-1-174676171 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Hi, I have a web app that has cxf web services, in our local env =20 everything works fine but we just move to QA and the QA server is =20 behind HTTPS and now the client throws an exception. I was looking =20 into the http-conduit config but I don't quite get it (the conf goes =20 in the client side or the server side????), can some one send and =20 simple example. The exception is: Caused by: org.apache.cxf.interceptor.Fault: Could not send Message. at =20 org.apache.cxf.interceptor.MessageSenderInterceptor.handleMessage=20 (MessageSenderInterceptor.java:48) at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept=20 (PhaseInterceptorChain.java:207) at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:=20= 254) at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:=20= 205) at org.apache.cxf.frontend.ClientProxy.invokeSync=20 (ClientProxy.java:73) at org.apache.cxf.jaxws.JaxWsClientProxy.invoke=20 (JaxWsClientProxy.java:135) ... 45 more Caused by: java.io.IOException: Illegal Protocol https for HTTP =20 URLConnection Factory. at =20 org.apache.cxf.transport.http.HttpURLConnectionFactoryImpl.createConnect=20= ion(HttpURLConnectionFactoryImpl.java:44) at org.apache.cxf.transport.http.HTTPConduit.prepare=20 (HTTPConduit.java:473) at =20 org.apache.cxf.interceptor.MessageSenderInterceptor.handleMessage=20 (MessageSenderInterceptor.java:46) ... 50 more Thanks. Julio Arias Java Developer Roundbox Global : enterprise : technology : genius --------------------------------------------------------------------- Avenida 11 y Calle 7-9, Barrio Am=F3n, San Jose, Costa Rica tel: 404.567.5000 ext. 2001 | cell: 11.506.849.5981 email: julio.arias@rbxglobal.com | www.rbxglobal.com --------------------------------------------------------------------- --Apple-Mail-1-174676171--