Proxies: can somebody try this?

paour
paour's picture

Joined: 2002-08-14
Posts: 1479
Posted: Fri, 2002-09-20 21:18

Gallery Remote uses the HTTPClient library, and it uses the standard Java system properties for proxies, and introduces some of its own.

Could someone with an instance of Gallery behind a proxy experiment with these settings?

<!-- BBCode Start --><A HREF="http://www.innovation.ch/java/HTTPClient/advanced_info.html#properties" TARGET="_blank">HTTPClient properties</A><!-- BBCode End -->

If you're launching GR with the executable the installer created, you can just append the properties to the GalleryRemote.lax file in the same directory and they will be added to the system properties.

Let me know if you can get it to work. If you do, I'll try to create per-connection proxy settings.

Thanks!

 
uffda

Joined: 2002-11-04
Posts: 1
Posted: Mon, 2002-11-04 16:11

I would like to try this... I am behind a proxy server. I can't quite figure out the syntax for the lax file... Could you give me a hint?

 
paour
paour's picture

Joined: 2002-08-14
Posts: 1479
Posted: Tue, 2002-11-05 10:43

You just insert new lines at the bottom with the correct property settings.

For example:

http.proxyHost=your.proxy.address.com
http.proxyPort=80

Etc.