From 23e218393139933abccd0c58e2a44cd448d1c9ed Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Mon, 2 Oct 2017 09:51:34 +0200 Subject: [PATCH] [fix] KOSync plugin server location (#3288) This is only step one. It remains to be determined why the connection is downgraded to sslv3, which will result in a handshake failure. --- plugins/kosync.koplugin/api.json | 2 +- spec/unit/kosync_spec.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/kosync.koplugin/api.json b/plugins/kosync.koplugin/api.json index dfe9cce12..53b2b768a 100644 --- a/plugins/kosync.koplugin/api.json +++ b/plugins/kosync.koplugin/api.json @@ -1,5 +1,5 @@ { - "base_url" : "https://vislab.bjmu.edu.cn:7200/", + "base_url" : "https://sync.koreader.rocks:443/", "name" : "koreader-sync-api", "methods" : { "register" : { diff --git a/spec/unit/kosync_spec.lua b/spec/unit/kosync_spec.lua index e8c257c79..33e81281e 100644 --- a/spec/unit/kosync_spec.lua +++ b/spec/unit/kosync_spec.lua @@ -1,6 +1,6 @@ local service = [[ { - "base_url" : "https://vislab.bjmu.edu.cn:7200", + "base_url" : "https://sync.koreader.rocks:443/", "name" : "api", "methods" : { "register" : {