mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4649] bindPort使用443端口连接问题 #3673
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#3673
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 @lucky2046 on GitHub (Jan 24, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4649
Bug Description
bindPort使用443端口,相同版本的windows机器上客户端可以连接,mac客户端不可以连接
frpc Version
0.61.1
frps Version
0.61.1
System Architecture
darwin/amd64
Configurations
frps.toml配置:
frpc.toml配置:
Logs
2025-01-24 14:47:21.849 [I] [sub/root.go:142] start frpc service for config file [.\frpc.toml]
2025-01-24 14:47:21.854 [I] [client/service.go:295] try to connect to server...
2025-01-24 14:47:31.854 [W] [client/service.go:298] connect to server error: dial tcp x.x.x.x:443: i/o timeout
2025-01-24 14:47:31.854 [I] [sub/root.go:160] frpc service for config file [.\frpc.toml] stopped
login to the server failed: dial tcp x.x.x.x:443: i/o timeout. With loginFailExit enabled, no additional retries will be attempted
Steps to reproduce
...
Affected area
@xqzr commented on GitHub (Jan 28, 2025):
网络问题