[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 server through a direct HTTP connection (that fails).

Is there a special way to declare proxies in riak-java-client ?

Any help is welcome.

_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to