lwch / natpass

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

[ERROR]invalid handshake from X.X.X.X:XXXXX + (/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 #62

Closed SkewwG closed 1 year ago

SkewwG commented 1 year ago

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

image

控制端的时间

image

服务端的时间

image

服务端的common.yaml

image

控制端的common.yaml

image

Originally posted by @SkewwG in https://github.com/lwch/natpass/issues/59#issuecomment-1367751979

lwch commented 1 year ago

你好请检查时区是否一致,服务端的时区是UTC时间,客户端的时区图上看不出来

SkewwG commented 1 year ago

感谢,解决问题了