On 15 September 2013 05:36, Christian Posta wrote:
> Alex,
>
> As Christian M. points out, use the camel config on the endpoint, not the
> way you're doing in your OP.
>
> Cheers
>
>
> On Wed, Sep 11, 2013 at 6:03 AM, Alex Anderson wrote:
>
>> On 10 September 2013 22:49, Christian Müller
>> wrote
Alex,
As Christian M. points out, use the camel config on the endpoint, not the
way you're doing in your OP.
Cheers
On Wed, Sep 11, 2013 at 6:03 AM, Alex Anderson wrote:
> On 10 September 2013 22:49, Christian Müller
> wrote:
> > Did you tried setting the proxy host/port as we described here
I mean something like this [1].
As I understood your post, you try to achieve this by setting system
properties and/or camel context properties...
[1]
https://git-wip-us.apache.org/repos/asf?p=camel.git;a=blob;f=components/camel-http/src/test/java/org/apache/camel/component/http/HttpProxyTest.java
On 10 September 2013 22:49, Christian Müller
wrote:
> Did you tried setting the proxy host/port as we described here [1]?
Hi Christian,
Thanks for the suggestion. Do you mean something other than what I
referred to in my original post?
>camelContext.properties['http.proxyHost'] =
> System
Did you tried setting the proxy host/port as we described here [1]?
[1] http://camel.apache.org/http.html
Best,
Christian
-
Software Integration Specialist
Apache Camel committer: https://camel.apache.org/team
V.P. Apache Camel: https://www.apache.org/foundation/
Apache Member:
I'm writing some test code which uses and HTTP/HTTPS proxy to mock 3rd
party webservices.
For non-camel code, I configure the proxy using the java system properties:
http.proxyHost, http.proxyPort, https.proxyHost, https.proxyPort,
http.nonProxyHosts.
These settings seem to be ignored by camel, s