Ubuntu 代码服务器3.6.0 webview脚本问题,证书和终端未运行

Ubuntu 代码服务器3.6.0 webview脚本问题,证书和终端未运行,ubuntu,visual-studio-code,server,webview,code-server,Ubuntu,Visual Studio Code,Server,Webview,Code Server,我刚刚在我的ubuntu 16开发服务器上安装了code server 3.6.0,但在安装扩展和运行终端时遇到了问题: 当我尝试安装扩展时,出现以下错误: Error loading webview: Could not register service workers: SecurityError: Failed to register a ServiceWorker for scope ('https://mysite.xxx:8080/webview/') with script ('h

我刚刚在我的ubuntu 16开发服务器上安装了code server 3.6.0,但在安装扩展和运行终端时遇到了问题: 当我尝试安装扩展时,出现以下错误:

Error loading webview: Could not register service workers: SecurityError: Failed to register a ServiceWorker for scope ('https://mysite.xxx:8080/webview/') with script ('https://mysite.xxx:8080/webview/service-worker.js'): An SSL certificate error occurred when fetching the script..

当我通过命令行运行code server./bin/code server并登录到时,我得到以下日志错误:

我已经尝试过npm Rebul和npm重新安装,但问题是相同的 即使终端未运行,其始终处于启动状态:

我以前使用的是code server的2.3版本,它工作正常,没有任何问题,我可以安装扩展并运行终端

有人有这个问题吗?
有人解决了吗?

我已经完全删除了代码服务器,并下载了最新版本(撰写本文时为3.6.2)。 从./bin/code服务器运行它,从~/.config/code服务器/config.yml获取配置 它成功了。有时仍然存在SErviceWorker错误,但至少终端和主要扩展工作正常