#23771 closed enhancement (fixed)
Use ssl encryption
Reported by: | skyper | Owned by: | Zverikk |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin imagery_offset_db | Version: | |
Keywords: | template_report ssl | Cc: | taylor.smock |
Description
See https://community.openstreetmap.org/t/115186
Meanwhile, the plugin works again without ssl encryption but still the default setting should be with encryption, e.g. iodb.server.url=http://offsets.textual.ru/
should be changed to iodb.server.url=https://offsets.textual.ru/
Relative:URL: ^/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2024-07-02 17:10:50 +0200 (Tue, 02 Jul 2024) Revision:19128 Build-Date:2024-07-03 01:31:15 URL:https://josm.openstreetmap.de/svn/trunk Plugins: + imagery_offset_db (36226)
Attachments (0)
Change History (5)
follow-up: 4 comment:1 by , 9 months ago
comment:2 by , 9 months ago
Cc: | added |
---|
comment:4 by , 9 months ago
Replying to ilya@…:
It's already committed to the repo, but I could not build the plugin because of ILatLon intetface shenanigans. I'll be grateful if somebody publishes the update.
I think you just had to go into the JOSM core directory and run ant clean dist
. Alternatively, you could try using mvn package
in the future and copy the distMaven/imagery_offset_db.jar
file to dist/imagery_offset_db.jar
. Don't commit the distMaven
directory -- it is there to avoid accidentally borking jar files in the dist directory until I'm happy that there are no significant differences between maven
and ant
builds.
It's already committed to the repo, but I could not build the plugin because of ILatLon intetface shenanigans. I'll be grateful if somebody publishes the update.