Index: /applications/editors/josm/plugins/imagery_offset_db/src/org/openstreetmap/josm/plugins/imagery_offset_db/SimpleOffsetQueryTask.java
===================================================================
--- /applications/editors/josm/plugins/imagery_offset_db/src/org/openstreetmap/josm/plugins/imagery_offset_db/SimpleOffsetQueryTask.java	(revision 36286)
+++ /applications/editors/josm/plugins/imagery_offset_db/src/org/openstreetmap/josm/plugins/imagery_offset_db/SimpleOffsetQueryTask.java	(revision 36287)
@@ -95,5 +95,5 @@
     private void doQuery(String query) throws UploadException, IOException {
         try {
-            String serverURL = Config.getPref().get("iodb.server.url", "http://offsets.textual.ru/");
+            String serverURL = Config.getPref().get("iodb.server.url", "https://offsets.textual.ru/");
             URL url = new URL(serverURL + query);
             HttpURLConnection connection = (HttpURLConnection) url.openConnection();
