From ecda0c66c82bfb812ac43308f10b280e0bac8d6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=91=E6=AD=8C-=E5=85=B1=E7=A9=B7=E5=9B=BD=E9=99=85?= =?UTF-8?q?=E5=A4=A7=E4=B8=AD=E5=8D=8E=E5=8C=BACFO?= <47450409+dysf888@users.noreply.github.com> Date: Tue, 31 Jan 2023 16:14:30 +0800 Subject: [PATCH] Update dashboard.md --- docs/en_US/guide/dashboard.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/en_US/guide/dashboard.md b/docs/en_US/guide/dashboard.md index 2c9c439e..cad87666 100644 --- a/docs/en_US/guide/dashboard.md +++ b/docs/en_US/guide/dashboard.md @@ -104,6 +104,9 @@ As with other websites, you can choose to automatically apply for a Let´s Encry After you finish setting up SSL, you need to go back to https://github.com/settings/developers and edit the authentication application you created before, change all the domain names in the "Homepage URL" and "Authorization callback URL" you filled in before from `http` to `https`, such as: "https://cdn.example.com" and "https://cdn.example.com/oauth2/callback", **If you don't change these links, you may not be able to log into the admin panel** ## FAQ +### What should I do if /terminal or /ws cannot be connected after HTTPS is enabled? +It is often caused by incomplete certificates. Please add -d to the agent running parameters. If there is x509: certificate signed by unknown authority in the log, replacing the complete certificate can solve the problem 100%. + ### I am not satisfied with the data modification or addition function provided by the Dashboard, what if I want to modify or add data myself? Commonly used in requirements such as batch installation of Agents, where you can modify the database directly. Please note that not everything can be modified in the database, wrong modification will lead to data confusion and failure to start Dashboard, **please do not modify the database at will!**