From f0d0c72b965c8da38a8013b938c56924fc069a67 Mon Sep 17 00:00:00 2001 From: NI Date: Sun, 15 Sep 2019 13:43:24 +0800 Subject: [PATCH] Add FAQ section. No one is asking me to answer these questions but I figured somebody will eventually do. --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 87b5aac..e666df5 100644 --- a/README.md +++ b/README.md @@ -233,6 +233,24 @@ SSHWIFTY_READDELAY SSHWIFTY_WRITEELAY ``` +## FAQ + +### Why the software says "The time difference is beyond operational limit"? + +This software requires both the client and the server is running at the same +date time. + +Please reload the page. If the error message won't go away, consider resync the +time on both the client and the server with a trusted time server. + +### Why I got error "TypeError: Cannot read property 'importKey' of undefined" + +It's usually because your web browser is not support WebCrypt API, or the +support has been disabled. + +If you're using Google Chrome, please use HTTPS when connect to Sshwifty. Chrome +will disable WebCrypt and many other APIs when the connection is not safe. + ## License Code of this project is licensed under AGPL, see [LICENSE.md] for detail.