VaalaCat / frp-panel

a multi node frp webui and for [frp](https://github.com/fatedier/frp) server and client management, which makes this project a Cloudflare Tunnel or Tailscale Funnel open source alternative
GNU General Public License v3.0
441 stars 29 forks source link

启动问题 - transport: authentication handshake failed: EOF\ #7

Closed Longtianmu closed 4 months ago

Longtianmu commented 4 months ago

ERRO[0046]/home/runner/work/frp-panel/frp-panel/services/rpcclient/rpc_handler.go:104 github.com/VaalaCat/frp-panel/services/rpcclient.StartRPCClient() cannot recv, sleep 3s and retry error="rpc error: code = Unavailable desc = connection error: desc = \"transport: authentication handshake failed: EOF\"" gRPC证书问题?

VaalaCat commented 4 months ago

@Longtianmu 是如何启动的呢,启动的是哪个服务,启动环境也可以发一下

Longtianmu commented 4 months ago

重启系统解决了,姑且当作没有吧

zzzzzhy commented 1 month ago

time="2024-05-15T09:18:26Z" level=error msg="cannot recv, sleep 3s and retry" func=github.com/VaalaCat/frp-panel/services/rpcclient.StartRPCClient file="/app/services/rpcclient/rpc_handler.go:104" error="rpc error: code = Unavailable desc = connection error: desc = \"transport: authentication handshake failed: context deadline exceeded\"" 我也遇到了,一直报这个错, 启动命令 docker run -d --network=host --restart=unless-stopped -v ./data:/data -e GIN_MODE=release -e MASTER_RPC_HOST=**** -e APP_GLOBAL_SECRET=maintenance vaalacat/frp-panel