Return-Path: Mailing-List: contact commons-httpclient-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list commons-httpclient-dev@jakarta.apache.org Received: (qmail 54102 invoked from network); 5 Aug 2003 12:58:20 -0000 Received: from mail.bearingpoint.com (HELO KCCXOEX10.corp.kpmgconsulting.com) (57.80.136.22) by daedalus.apache.org with SMTP; 5 Aug 2003 12:58:20 -0000 Received: from kccxoex06.corp.kpmgconsulting.com ([10.98.3.31]) by KCCXOEX10.corp.kpmgconsulting.com with Microsoft SMTPSVC(5.0.2195.5329); Tue, 5 Aug 2003 13:00:16 +0000 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Proxied SSL connection Date: Tue, 5 Aug 2003 13:58:09 +0100 Message-ID: <825BF35A92B3F0479CC164ECBBE9376E0DE5E2@kccxoex06.corp.kpmgconsulting.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Proxied SSL connection Thread-Index: AcNbSy7ZdJHSl1V4SCSOsgl9kxOXGwAAU3JwAAA4nKAAAONIwA== From: "Kalnichevski, Oleg" To: "Commons HttpClient Project" X-OriginalArrivalTime: 05 Aug 2003 13:00:16.0234 (UTC) FILETIME=[840BA4A0:01C35B51] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Ulrich, Apparently your attachment got rejected by the mail server. Try posting = it in ZIP format. > Can't get a connection. I'm new to HttpClient, so it can be also be my = fault: Depending on the Port I choose for=20 > the Proxy I get two different errors: >=20 > Port 80 -> Bad request > Port 443 -> a bad Status line. A leading "HTTP" is missed You need to know exactly what port your proxy is listening on. Do you = know what type of proxy you are using? > If the bug is still pending, whats the way around ?=20 Have a look at the "Known limitations and problems" section of the SSL = guide.=20 http://jakarta.apache.org/commons/httpclient/sslguide.html > Is it possible to establish a connection with Java-Sockets and use = this connection in HttpClient to use > all the nice features ? That will not help much. Establishing an HTTP connection is not always = as simple as opening a socket. Besides, often the connection needs to be = closed and re-open.=20 Oleg