failed to handler mux client connection 的解决方法

在使用某些特殊软件的时候报了以下错误:

failed to handler mux client connection

原因:本地时间和服务器时间不同步。

我们以centos系统为例,可以在服务器中使用以下命令同步互联网时间:

ntpdate cn.pool.ntp.org

当然,如果是本地电脑时间不准我们也需要在电脑右下角修正本地时间,只有保存本地和远程时间正常一至才能正常使用软件。

详细linux服务器同步互联网时间可参考:
https://www.cnop.net/system/linux/2024-01-13/3659.html

发表评论

您的邮箱地址不会被公开。