Skip to content

Commit

Permalink
[fix] KOSync plugin server location (koreader#3288)
Browse files Browse the repository at this point in the history
This is only step one. It remains to be determined why the connection is downgraded to sslv3, which will result in a handshake failure.
  • Loading branch information
Frenzie committed Oct 2, 2017
1 parent 1f03805 commit 23e2183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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" : {
Expand Down
2 changes: 1 addition & 1 deletion 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" : {
Expand Down

0 comments on commit 23e2183

Please sign in to comment.