aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webservice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/webservice.c b/webservice.c
index 8f00025d2..f11dc37a9 100644
--- a/webservice.c
+++ b/webservice.c
@@ -366,7 +366,7 @@ int divelogde_upload(char *fn)
SoupSession *session;
SoupBuffer *sbuf;
gboolean ret = FALSE;
- char url[256] = "http://divelogs.de/DivelogsDirectImport.php";
+ char url[256] = "https://divelogs.de/DivelogsDirectImport.php";
const char *pass = NULL;
const char *user = NULL;
struct memblock mem;