Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 36945 invoked from network); 27 Jul 2007 09:15:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Jul 2007 09:15:13 -0000 Received: (qmail 88108 invoked by uid 500); 27 Jul 2007 09:15:05 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 88091 invoked by uid 500); 27 Jul 2007 09:15:05 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 88080 invoked by uid 99); 27 Jul 2007 09:15:05 -0000 Received: from Unknown (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jul 2007 02:15:05 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [64.18.3.94] (HELO exprod8og56.obsmtp.com) (64.18.3.94) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 27 Jul 2007 09:14:58 +0000 Received: from source ([193.221.170.178]) by exprod8ob56.obsmtp.com ([64.18.7.12]) with SMTP; Fri, 27 Jul 2007 02:14:34 PDT Received: from HHBRUE007.hq.corp.eurocontrol.int (hhbrue007.hq.corp.eurocontrol.int [193.221.160.203]) by ecw.eurocontrol.int (8.12.10/8.12.7) with ESMTP id l6R9EOYA019684 for ; Fri, 27 Jul 2007 11:14:31 +0200 (MEST) Received: from HHBRUE004.hq.corp.eurocontrol.int ([193.221.160.205]) by HHBRUE007.hq.corp.eurocontrol.int with Microsoft SMTPSVC(6.0.3790.2499); Fri, 27 Jul 2007 11:14:24 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Axis2 Read time out with https Date: Fri, 27 Jul 2007 11:14:24 +0200 Message-ID: In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Axis2 Read time out with https Thread-Index: AcfPbCjFlZi6gHqWROSBdOatno2wjAAAyjwQAC1daVA= References: <1185444176.39832.ezmlm@ws.apache.org> From: "DOMINGUEZ Felipe" To: X-OriginalArrivalTime: 27 Jul 2007 09:14:24.0933 (UTC) FILETIME=[86A43550:01C7D02E] X-Virus-Checked: Checked by ClamAV on apache.org Hello. I have found what is coursing the problem.=20 It has to do with axis2 chunking the messages.=20 By setting HTTPConstants.CHUNKED to false the problem disappears options.setProperty(HTTPConstants.CHUNKED, false); =20 I hope it helps to some one else.=20 Cheers Felipe -----Original Message----- From: DOMINGUEZ Felipe [mailto:Felipe.DOMINGUEZ@eurocontrol.int]=20 Sent: Thursday 26 July 2007 15:24 To: axis-user@ws.apache.org Subject: Axis2 Read time out with https Hello. I am having a problem with axis2 when connecting to a https server.=20 No matter what I do I get a "Read time out" error. I do not get the same problem when using axis 1.4 I can connect to the http server using HttpClient as explained at http://jakarta.apache.org/commons/httpclient/sslguide.html There is no problem with that, but when I use axis2 it just times out.=20 I have set the time out period to 2 minutes but does not change anything.=20 The https server have a VeriSined signed certificate, not a self signed certificate. I have put the certificate into the key store and configure the client to use the key store.=20 System.setProperty("javax.net.ssl.trustStore", "C:/dir/WebServices/dir-WS/dir-Test-WS-Client/64bcKeyStroe"); =09 System.setProperty("javax.net.ssl.trustStorePassword", "pass"); Does not make any difference.=20 I get the same behaviour is I set system property javax.net.ssl.trustStore or If I don't. basically the client web service does the same thing=20 But if I set system property javax.net.ssl.trustStore and I don't have the certificate in the keystore it complains saying it does not find it. On the internet I have found a lot of people with the same problem, but I did not find any solution.=20 If anybody knows what to do can please post it. As well I did not find any https web service that I can use for testing rather that the one I have.=20 Any one knows of any. Cheers Felipe ____ This message and any files transmitted with it are legally privileged and intended for the sole use of the individual(s) or entity to whom they are addressed. If you are not the intended recipient, please notify the sender by reply and delete the message and any attachments from your system. Any unauthorised use or disclosure of the content of this message is strictly prohibited and may be unlawful. Nothing in this e-mail message amounts to a contractual or legal commitment on the part of EUROCONTROL, unless it is confirmed by appropriately signed hard copy. Any views expressed in this message are those of the sender. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org ____ This message and any files transmitted with it are legally privileged and= intended for the sole use of the individual(s) or entity to whom they ar= e addressed. If you are not the intended recipient, please notify the sen= der by reply and delete the message and any attachments from your system.= Any unauthorised use or disclosure of the content of this message is str= ictly prohibited and may be unlawful. Nothing in this e-mail message amounts to a contractual or legal commitme= nt on the part of EUROCONTROL, unless it is confirmed by appropriately si= gned hard copy. Any views expressed in this message are those of the sender. =0D --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org