You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by nono <ya...@db-is.com> on 2014/04/06 10:58:40 UTC

how to disable http proxy for camel bundle

Hallo All,

I just dont want my camel bunle to use http proxy which is set up at OS
How to disable http proxy for it ? 


Any hints are more than welcom!




--
View this message in context: http://camel.465427.n5.nabble.com/how-to-disable-http-proxy-for-camel-bundle-tp5749851.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: how to disable http proxy for camel bundle

Posted by Gnanaguru S <gn...@gmail.com>.
Hi, 

You question is not clear. There are two ideas which may help you. 

1. If you want to pass through the proxy, You have to provide the proxy
credentials in your camel route. There is a separate section for
Authentication in this page which will help you:
http://camel.apache.org/http.html

2. If you have proxy configurations already mentioned in your camel context,
then simple. Remove it. 

3. If the service itself is exposed behind the proxy, then nothing to do at
the camel side.

Cheers
Guru



--
View this message in context: http://camel.465427.n5.nabble.com/how-to-disable-http-proxy-for-camel-bundle-tp5749851p5749865.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: how to disable http proxy for camel bundle

Posted by Henrique Viecili <vi...@gmail.com>.
It depends on the component, usually setting -Dhttp.useProxy=false and Dhttp
.*proxyHost*= (empty) works.

If you are running inside JBoss Fuse, there is an issue with maven proxy
configurations setting/overriding system proxy configurations:
http://fusesource.com/forums/thread.jspa;jsessionid=8452CF6312F76B6F06CA483B4182BF4F?messageID=10350


Regards,
Henrique

Henrique Viecili


On 6 April 2014 18:58, nono <ya...@db-is.com> wrote:

> Hallo All,
>
> I just dont want my camel bunle to use http proxy which is set up at OS
> How to disable http proxy for it ?
>
>
> Any hints are more than welcom!
>
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/how-to-disable-http-proxy-for-camel-bundle-tp5749851.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>