Opened 7 years ago
Last modified 3 years ago
#16123 new task
External Imagery/Styles/Presets/Plugins/Rules https — at Version 65
Reported by: | stoecker | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | Longterm |
Component: | External imagery source | Version: | |
Keywords: | https | Cc: | Klumbumbus, Don-vip |
Description (last modified by )
This ticket is for tracking progress of http → https switch for external data
The following list contains https capable servers and the status of them. Not all are properly setup
- siglon.londrina.pr.gov.br [Java SNI error] : #14241, email sent, no answer
- tiles.itoworld.com: HTTPS redirects to HTTP
- tms.cadastre.openstreetmap.fr: HTTPS works, but does not deliver tiles
- www.jgoodies.com [Error SSL: unrecognized name] :PLUGIN:plastic_laf.jar, email reply: proper HTTPS unnecessary
- zibi.openstreetmap.org.pl [Error SSL: certificate verify failed] : ticket
Change History (65)
comment:1 by , 7 years ago
comment:2 by , 7 years ago
Keywords: | https added |
---|
comment:5 by , 7 years ago
Description: | modified (diff) |
---|
I added the test script output. The "200 OK" entries probably can simply be converted to HTTPS. The others in most cases need to be fixed. We should contact at least these cases, which are from OSM community. Not included are all, which don't answer on port 443.
comment:8 by , 7 years ago
Description: | modified (diff) |
---|---|
Summary: | External Imagery https → External Imagery/Styles/Presets/Plugins/Rules https |
comment:10 by , 7 years ago
Description: | modified (diff) |
---|
Fixed parser script, so it does not include xml namespace in output files.
comment:11 by , 7 years ago
comment:12 by , 7 years ago
all http://wiki.openstreetmap.org links in the wiki were fixed to https or osmwiki: on english and german pages. (Other languages left, see the link)
comment:13 by , 7 years ago
Description: | modified (diff) |
---|
Fixed wiki.openstreetmap.org and josm.openstreetmap.org for all plugins referenced from SVN, no new releases yet.
follow-up: 15 comment:14 by , 7 years ago
the test need to be extended.
for exemple tms.cadastre.openstreetmap.fr listed with a status 200
https://tms.cadastre.openstreetmap.fr/*/tout/22/2124425/1442952.png is ok
but https://tms.cadastre.openstreetmap.fr/*/tout/22/2124425/1442952.png give a 404
maybe it's needed to test that a reply is ok for a tile or for the real url to avoir url with https support but with no (or not the same) content in https
comment:15 by , 7 years ago
Description: | modified (diff) |
---|
Replying to marc_marc:
the test need to be extended.
for exemple tms.cadastre.openstreetmap.fr listed with a status 200
https://tms.cadastre.openstreetmap.fr/*/tout/22/2124425/1442952.png is ok
but https://tms.cadastre.openstreetmap.fr/*/tout/22/2124425/1442952.png give a 404
maybe it's needed to test that a reply is ok for a tile or for the real url to avoir url with https support but with no (or not the same) content in https
I said that, the "200 OK" entries probably can simply be converted to HTTPS. We always use the preview feature of the wiki to test if the target imagery really works. It is hard to design an full automatics for this (it will be hard enough to design a live checker for existing entries). When changing a Maps entry and clicking on preview you can preview the changed state and thus verify a change before submission of the changed wiki page.
comment:18 by , 7 years ago
Description: | modified (diff) |
---|
comment:19 by , 7 years ago
Description: | modified (diff) |
---|
comment:20 by , 7 years ago
Description: | modified (diff) |
---|
comment:21 by , 7 years ago
Description: | modified (diff) |
---|
comment:22 by , 7 years ago
Description: | modified (diff) |
---|
comment:25 by , 7 years ago
Description: | modified (diff) |
---|
comment:26 by , 7 years ago
Description: | modified (diff) |
---|
comment:27 by , 7 years ago
Description: | modified (diff) |
---|
comment:28 by , 7 years ago
Description: | modified (diff) |
---|
comment:30 by , 7 years ago
Description: | modified (diff) |
---|
comment:31 by , 7 years ago
@Vincent: Can you issue a re-release of the already changed Git-based plugins?
comment:35 by , 7 years ago
Description: | modified (diff) |
---|
comment:36 by , 7 years ago
Milestone: | → 18.07 |
---|
Fix gis.lebensministerium.at by changing url to gis.bmlfuw.gv.at which is proper domain for the HTTPS server at that address.
comment:37 by , 7 years ago
regarding this change https://hikebikemap.org/ is not fully working in https
comment:38 by , 7 years ago
and this: https://siglon.londrina.pr.gov.br/ redirects to a http site. Does the link in https make sense in this case?
follow-up: 40 comment:39 by , 7 years ago
regarding this change https://hikebikemap.org/ is not fully working in https
Hmm. Worked in my older firefox. Seems the newer ones are stricter with mixed content or they are still playing with it? At least the icon works fine ;-)
and this: https://siglon.londrina.pr.gov.br/ redirects to a http site. Does the link in https make sense in this case?
It didn't do that a few days ago. They only had that Java-only certificate issue at that time as far as I remember. They are counteracting our efforts! :-)
Wait a bit or revert both?
follow-up: 41 comment:40 by , 7 years ago
Replying to stoecker:
regarding this change https://hikebikemap.org/ is not fully working in https
Hmm. Worked in my older firefox. Seems the newer ones are stricter with mixed content or they are still playing with it? At least the icon works fine ;-)
It doesn't work for me with FF, FF ESR, Opera and IE. So I think it is rather a problem of the website itself.
Wait a bit or revert both?
I don't know. I wanted to clean up ImageryCompare, but these two made problems. Did you have contact with the guys from hike and bike map (because of your comment "extremely new https from today")?
follow-up: 42 comment:41 by , 7 years ago
Replying to Klumbumbus:
Replying to stoecker:
regarding this change https://hikebikemap.org/ is not fully working in https
Hmm. Worked in my older firefox. Seems the newer ones are stricter with mixed content or they are still playing with it? At least the icon works fine ;-)
It doesn't work for me with FF, FF ESR, Opera and IE. So I think it is rather a problem of the website itself.
I can test tomorrow with my old Firefox. Yes, its a website issue, but probably together with browser security settings which got stricter with each release.
Wait a bit or revert both?
I don't know. I wanted to clean up ImageryCompare, but these two made problems. Did you have contact with the guys from hike and bike map (because of your comment "extremely new https from today")?
No. It was only that I saw the new entry comming up when running the HTTPS test script ;-)
comment:42 by , 7 years ago
Description: | modified (diff) |
---|
I can test tomorrow with my old Firefox. Yes, its a website issue, but probably together with browser security settings which got stricter with each release.
Does not work here as well. Reverted.
comment:44 by , 7 years ago
Description: | modified (diff) |
---|
Simple3dBuildingsPreset: fixed links to wiki, josm and w3.org
comment:45 by , 7 years ago
Fixed www.stadtentwicklung.berlin.de, www.lantmateriet.se and www.lanmateriet.se (Typo)
comment:47 by , 6 years ago
Milestone: | 18.07 → 18.08 |
---|
comment:48 by , 6 years ago
Milestone: | 18.08 → 18.09 |
---|
follow-up: 54 comment:49 by , 6 years ago
Description: | modified (diff) |
---|
Current state, not much progress I fear:
@Klumbumbus: You added https to hikebikemap, but the issue still remains - HTTPS version does not work. I'll try to contact Colin.
removed
comment:50 by , 6 years ago
Description: | modified (diff) |
---|
comment:51 by , 6 years ago
Can someone find out what the correct name for HTTPS for ....tile.openstreetmap.us would be?
comment:53 by , 6 years ago
follow-up: 55 comment:54 by , 6 years ago
Replying to stoecker:
@Klumbumbus: You added https to hikebikemap, but the issue still remains - HTTPS version does not work. I'll try to contact Colin.
Hm, I changed it as the page now automatically redirects to https.
comment:55 by , 6 years ago
Replying to Klumbumbus:
Replying to stoecker:
@Klumbumbus: You added https to hikebikemap, but the issue still remains - HTTPS version does not work. I'll try to contact Colin.
Hm, I changed it as the page now automatically redirects to https.
Not for me. Browser setting/plugin?
comment:57 by , 6 years ago
Milestone: | 18.09 → 18.10 |
---|
comment:58 by , 6 years ago
Milestone: | 18.10 → 18.11 |
---|
comment:61 by , 6 years ago
Description: | modified (diff) |
---|
comment:63 by , 6 years ago
Milestone: | 18.12 → 19.01 |
---|
comment:65 by , 6 years ago
Description: | modified (diff) |
---|
See #16009 for previous JOSM https ticket.