Return-Path: X-Original-To: apmail-hc-httpclient-users-archive@www.apache.org Delivered-To: apmail-hc-httpclient-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 15F9C11517 for ; Mon, 30 Jun 2014 16:42:54 +0000 (UTC) Received: (qmail 13775 invoked by uid 500); 30 Jun 2014 16:42:53 -0000 Delivered-To: apmail-hc-httpclient-users-archive@hc.apache.org Received: (qmail 13732 invoked by uid 500); 30 Jun 2014 16:42:53 -0000 Mailing-List: contact httpclient-users-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpClient User Discussion" Delivered-To: mailing list httpclient-users@hc.apache.org Received: (qmail 13706 invoked by uid 99); 30 Jun 2014 16:42:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jun 2014 16:42:53 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of vinayc.mails@gmail.com designates 209.85.220.43 as permitted sender) Received: from [209.85.220.43] (HELO mail-pa0-f43.google.com) (209.85.220.43) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jun 2014 16:42:45 +0000 Received: by mail-pa0-f43.google.com with SMTP id lf10so8919750pab.16 for ; Mon, 30 Jun 2014 09:42:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:references:from:content-type:in-reply-to:message-id:date:to :content-transfer-encoding:mime-version; bh=xs+wAHBzHSe72YVAD9mTmtnUM1OvNY0608HPMfANeKY=; b=MOqHAWMMwKlv5fWo7q4YSG6nd6fWPpMvaA/UY/JEDlKazOGJU5UtSflwEWpNoB3uyQ N1cEjAuMBrGIFZtWw5r9KHlcYr942d4cNTf3kRKoT6CALsFc8jYQHnYuktYMqasRbrql tes2bbg3Xjv1vTZoHcST8eot1ia5ogASThv1cdCVbHI3zDVyN1w4xVlD849ZHOP44JFE OQLizHYZds2BOj5l3MYbmfmEIx4AUMXs1FwOmfetjkcFkCZInPJfgPSKdGlfEQPvHtON /WIta2NNn38bBNwquQLW5bJKM0YD8yitakIUZUs2psYiqoG0jUZZHIUzjo5HsYEU8qnV hjng== X-Received: by 10.66.228.133 with SMTP id si5mr54304302pac.48.1404146545116; Mon, 30 Jun 2014 09:42:25 -0700 (PDT) Received: from [10.0.0.5] ([49.206.164.83]) by mx.google.com with ESMTPSA id sh5sm28627566pbc.21.2014.06.30.09.42.23 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 30 Jun 2014 09:42:24 -0700 (PDT) Subject: Re: http-client supported proxy servers References: <48090F7F-1984-4BE7-8607-4FA67D28DDC9@gmail.com> <27130820-749F-4B75-93C6-7B6A0A0E39BD@gmail.com> <1404139219.23523.9.camel@ubuntu> From: Vinay Content-Type: text/plain; charset=us-ascii X-Mailer: iPhone Mail (11D201) In-Reply-To: <1404139219.23523.9.camel@ubuntu> Message-Id: <19338113-BEFE-46AD-9013-8E0CE88E5645@gmail.com> Date: Mon, 30 Jun 2014 22:12:23 +0530 To: HttpClient User Discussion Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) X-Virus-Checked: Checked by ClamAV on apache.org Ok, assuming I use apache http client in raw form without any wrappers and I= pass it parameters to make it working for squid proxy then will same config= uration will work for other proxies or not? Thanks Vinay > On 30-Jun-2014, at 8:10 pm, Oleg Kalnichevski wrote: >=20 > On Mon, 2014-06-30 at 18:52 +0530, macinstaller wrote: >>> Hi, >>>=20 >>> I have a wrapper client written over over apache-http client. Given some= set of parameters like Authscheme, proxy server and other details it can tr= averse through the given proxy server and establish connection though it. I c= hecked that I works well with Squid Proxy server for BASIC,DIGEST, NTML and K= ERBEROS schemes.=20 >>>=20 >>> My query is, given that my client can traverse Squid proxy server for so= me auth schemes and protocols, will it work seamlessly for other proxy serve= rs (both enterprise ones like Microsoft TMG, Bluecoat, Websense etc)? or Sho= uld I be checking it explicitly to work with each of the proxy servers. >=20 > How are we supposed to know? We do not support any commercial software > here. It is likely to work with Basic and Digest schemes. You may not be > so lucky with NTLM an Kerberos though. >=20 > Oleg >=20 >>>=20 >>> Thanks, >>> -Vinay >=20 >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: httpclient-users-unsubscribe@hc.apache.org > For additional commands, e-mail: httpclient-users-help@hc.apache.org >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: httpclient-users-unsubscribe@hc.apache.org For additional commands, e-mail: httpclient-users-help@hc.apache.org