wiki:Help/Preferences/ProxyPreference

Page needs some rework.

Languages:

Preferences > Proxy

source:trunk/resources/images/preferences/proxy.svg

Configure whether to use a proxy server

screenshot

JOSM communicates with the OSM server using the Hypertext Transfer Protocol (HTTP). If required it can relay its requests through a HTTP proxy or a SOCKS proxy.

  1. Go to the register Proxy in the Preferences
  2. Select one of the available options and enter additional configuration parameters
  3. Save the preferences

Using the standard system proxy

If you always want to use the proxy defined as standard proxy on your computer you have to start up JOSM with a special command. The command line has to include the parameter -Djava.net.useSystemProxies=true, for instance

java -Djava.net.useSystemProxies=true -jar josm.jar

Using the manually configured proxy

If there is a need for personal authentication for your proxy, remember to include the NT-domain with your username, e.g. domain\username. This issue is due to proxy implementation in java.net.HttpURLConnection.


Back to Preferences
Back to Edit Menu
Back to Main Menu
Back to Main Help

Last modified 3 years ago Last modified on 2021-03-23T23:50:35+01:00

Attachments (1)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.