mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #172] 服务器连接失败。我两台机的时间分秒不差。一模一样的 #116
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#116
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fyhong on GitHub (Dec 10, 2016).
Original GitHub issue: https://github.com/fatedier/frp/issues/172
2016/12/10 21:47:58 [main.go:109] [I] Start frpc success
2016/12/10 21:47:58 [control.go:181] [E] ProxyName [ssh], start proxy error, ProxyName [ssh], authorization timeout
2016/12/10 21:47:58 [control.go:39] [E] ProxyName [ssh], connect to server failed!
2016/12/10 21:47:58 [main.go:112] [W] All proxy exit!
2016/12/10 21:55:27 [main.go:109] [I] Start frpc success
2016/12/10 21:55:27 [control.go:181] [E] ProxyName [ssh], start proxy error, ProxyName [ssh], authorization timeout
2016/12/10 21:55:27 [control.go:39] [E] ProxyName [ssh], connect to server failed!
2016/12/10 21:55:27 [main.go:112] [W] All proxy exit!
我的服务器是linux,客户端是window,会报上面错误。
客户端换成是linux就不会出错。什么原因
@fatedier commented on GitHub (Dec 11, 2016):
时区问题?
@fyhong commented on GitHub (Dec 12, 2016):
服务器和客户端时间分秒不差,客户端用window连不上,换成linux成功
@fatedier commented on GitHub (Dec 21, 2016):
v0.9.0 的版本中可以在 frps 的配置文件中将 authentication_timeout 设置为 0,将不会进行超时校验。