lwch / natpass

🔥居家办公,远程开发神器
https://lwch.gitbook.io/natpass/
MIT License
4.22k stars 480 forks source link

2022/11/27 15:53:22 [ERROR]invalid handshake from 172.16.17.136:50278 + (/github/home/go/pkg/mod/github.com/lwch/logging@v0.0.0-20221013035348-e250895ebb72/log.go:30) github.com/lwch/logging.Error + (/github/workspace/code/server/handler/handler.go:64) github.com/lwch/natpass/code/server/handler.(*Handler).Handle #59

Closed chaiwanliang closed 1 year ago

chaiwanliang commented 1 year ago

2022/11/27 15:53:22 [ERROR]invalid handshake from 172.16.17.136:50278

lwch commented 1 year ago

你好,请检查客户端与服务器端所在机器的时间是否一致

chaiwanliang commented 1 year ago

你好,之前确实不一致,改回来还会报同样的问题

lwch commented 1 year ago

在握手过程中会用到当前时间戳与common.yaml配置文件中的secret,如果这两个参数不一致的话会出现握手失败的情况

chaiwanliang commented 1 year ago

已解决

SkewwG commented 1 year ago

控制端出现上述的报错内容,控制端和服务端的时间一致,common.yaml配置文件的secret的值也一致 报错内容

image

控制端的时间

image

服务端的时间

image

服务端的common.yaml

image

控制端的common.yaml

image