Opened 19 years ago
Closed 17 years ago
#125 closed enhancement (invalid)
no osm download behind a HTTP proxy
| Reported by: | ulfl | Owned by: | imi |
|---|---|---|---|
| Priority: | major | Milestone: | |
| 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 by , 19 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
comment:3 by , 17 years ago
| Priority: | minor → major |
|---|---|
| Resolution: | worksforme |
| Status: | closed → reopened |
| Type: | defect → enhancement |
please, add proxy settings to expert configuration menu. It is needed at schools and university.
comment:4 by , 17 years ago
| Resolution: | → invalid |
|---|---|
| Status: | reopened → 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. ;)



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