Modify

Opened 6 years ago

Closed 5 years ago

#125 closed enhancement (invalid)

no osm download behind a HTTP proxy

Reported by: ulfl Owned by: imi
Priority: major Component: Core
Version: Keywords:
Cc:

Description

Today at work I've noticed that JOSM doesn't download OSM data if you sit behind an HTTP proxy (which is common to corporate networks).

In the JAVA "section" of the control panel you can specify the HTTP proxy setting under general/network settings. I've tried both "Browser settings" and explicit set the proxy settings - both didn't helped. JOSM still tried to directly access the www.openstreetmap.org server at 128.40.58.202 - ignoring the proxy setting.

Back at home, I've had a look at the successful network traffic. It uses simple HTTP GET calls, so it should be possible to use an HTTP proxy in principle.

When I remember the JAVA API correct - but that's more than five years ago - you need to use a special HTTP stream API to let this proxy thing work. Might be the reason for this problem.

I won't work with JOSM at work a lot, so I'm not in a hurry about this one.

Attachments (0)

Change History (4)

comment:1 Changed 6 years ago by imi

  • Resolution set to worksforme
  • Status changed from new to closed

you can set proxies via java system properties independent of JOSM (has been reported to work):

java -jar -DproxySet=true -DproxyHost=... -DproxyPort=... josm-latest.jar

comment:2 Changed 5 years ago by anonymous

I tested it with our company proxy, it works. We have NTLM proxy too

comment:3 Changed 5 years ago by teacher

  • Priority changed from minor to major
  • Resolution worksforme deleted
  • Status changed from closed to reopened
  • Type changed from defect to enhancement

please, add proxy settings to expert configuration menu. It is needed at schools and university.

comment:4 Changed 5 years ago by anonymous

  • Resolution set to invalid
  • Status changed from reopened to closed

Please provide a time machine so we can backport the current implementation into the version you use. Um, however, it may be easier if you'd just update to the current version. ;)

Add Comment

Modify Ticket

Change Properties
<Author field>
Action
as closed .
as The resolution will be set. Next status will be 'closed'.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.