You are viewing a plain text version of this content. The canonical link for it is here.
Posted to httpclient-users@hc.apache.org by macinstaller <vi...@gmail.com> on 2014/06/30 15:22:48 UTC

http-client supported proxy servers

> Hi,
> 
> 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 traverse through the given proxy server and establish connection though it. I checked that I works well with Squid Proxy server for BASIC,DIGEST, NTML and KERBEROS schemes. 
> 
> My query is, given that my client can traverse Squid proxy server for some auth schemes and protocols, will it work seamlessly for other proxy servers (both enterprise ones like Microsoft TMG, Bluecoat, Websense etc)? or Should I be checking it explicitly to work with each of the proxy servers.
> 
> 
> Thanks,
> -Vinay


Re: http-client supported proxy servers

Posted by Vinay <vi...@gmail.com>.
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 configuration will work for other proxies or not?

Thanks
Vinay



> On 30-Jun-2014, at 8:10 pm, Oleg Kalnichevski <ol...@apache.org> wrote:
> 
> On Mon, 2014-06-30 at 18:52 +0530, macinstaller wrote:
>>> Hi,
>>> 
>>> 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 traverse through the given proxy server and establish connection though it. I checked that I works well with Squid Proxy server for BASIC,DIGEST, NTML and KERBEROS schemes. 
>>> 
>>> My query is, given that my client can traverse Squid proxy server for some auth schemes and protocols, will it work seamlessly for other proxy servers (both enterprise ones like Microsoft TMG, Bluecoat, Websense etc)? or Should I be checking it explicitly to work with each of the proxy servers.
> 
> 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.
> 
> Oleg
> 
>>> 
>>> Thanks,
>>> -Vinay
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: httpclient-users-unsubscribe@hc.apache.org
> For additional commands, e-mail: httpclient-users-help@hc.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-unsubscribe@hc.apache.org
For additional commands, e-mail: httpclient-users-help@hc.apache.org


Re: http-client supported proxy servers

Posted by Oleg Kalnichevski <ol...@apache.org>.
On Mon, 2014-06-30 at 18:52 +0530, macinstaller wrote:
> > Hi,
> > 
> > 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 traverse through the given proxy server and establish connection though it. I checked that I works well with Squid Proxy server for BASIC,DIGEST, NTML and KERBEROS schemes. 
> > 
> > My query is, given that my client can traverse Squid proxy server for some auth schemes and protocols, will it work seamlessly for other proxy servers (both enterprise ones like Microsoft TMG, Bluecoat, Websense etc)? or Should I be checking it explicitly to work with each of the proxy servers.
> > 

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.

Oleg

> > 
> > Thanks,
> > -Vinay
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-unsubscribe@hc.apache.org
For additional commands, e-mail: httpclient-users-help@hc.apache.org