On 16 Dec 2011, at 09:13, Russell Brown wrote:
> Hi,
> On 16 Dec 2011, at 08:58, Olivier Rossel wrote:
>
>> …
>>
>> Is there a special way to declare proxies in riak-java-client ?
> Yes. Can you let me know which version of the RJC you are using, please?
OK, from speaking to you on another cha
Hi,
On 16 Dec 2011, at 08:58, Olivier Rossel wrote:
> [I hope I am posting on the correct list.]
>
> I am using riak-java-client behind a http proxy.
> I have set the properties like this:
> System.setProperty("http.proxyHost", "webcache.mydomain.com");
> System.setPropery("http.proxyPort", "8080
[I hope I am posting on the correct list.]
I am using riak-java-client behind a http proxy.
I have set the properties like this:
System.setProperty("http.proxyHost", "webcache.mydomain.com");
System.setPropery("http.proxyPort", "8080");
But it seems that riak-java-client still tries to reach
my s