[GH-ISSUE #2599] 安全地暴露服务连接不稳定 #2072

Closed
opened 2026-05-05 13:20:01 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @QiangZiBro on GitHub (Oct 3, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2599

Bug Description

使用安全连接时,有时候会出现如下错误,但有时又可以连上

2021/10/03 21:23:13 [W] [visitor.go:150] [0ebef78ad00a9b83] [secret_ssh_visitor] start new visitor connection error: custom listener for [secret_sshM12] doesn't exist

frpc Version

0.37.1

frps Version

0.34.3

System Architecture

Darwin Kernel Version 18.7.0: Tue Jun 22 19:37:08 PDT 2021; root:xnu-4903.278.70~1/RELEASE_X86_64 x86_64

Configurations

连接端

[common]
server_addr = xxxx
server_port = xxxx
token = xxxx

[secret_ssh_visitor]
type = stcp
# stcp 的访问者
role = visitor
# 要访问的 stcp 代理的名字
server_name = secret_sshM12
sk = FuckInvaders
# 绑定本地端口用于访问 SSH 服务
bind_addr = 127.0.0.1
bind_port = xxxx

Logs

No response

Steps to reproduce

...

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @QiangZiBro on GitHub (Oct 3, 2021). Original GitHub issue: https://github.com/fatedier/frp/issues/2599 ### Bug Description 使用安全连接时,有时候会出现如下错误,但**有时又可以连上** ```text 2021/10/03 21:23:13 [W] [visitor.go:150] [0ebef78ad00a9b83] [secret_ssh_visitor] start new visitor connection error: custom listener for [secret_sshM12] doesn't exist ``` ### frpc Version 0.37.1 ### frps Version 0.34.3 ### System Architecture Darwin Kernel Version 18.7.0: Tue Jun 22 19:37:08 PDT 2021; root:xnu-4903.278.70~1/RELEASE_X86_64 x86_64 ### Configurations 连接端 ``` [common] server_addr = xxxx server_port = xxxx token = xxxx [secret_ssh_visitor] type = stcp # stcp 的访问者 role = visitor # 要访问的 stcp 代理的名字 server_name = secret_sshM12 sk = FuckInvaders # 绑定本地端口用于访问 SSH 服务 bind_addr = 127.0.0.1 bind_port = xxxx ``` ### Logs _No response_ ### Steps to reproduce 1. 2. 3. ... ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
gitea-mirror 2026-05-05 13:20:01 -06:00
Author
Owner

@blizard863 commented on GitHub (Oct 10, 2021):

看下是否client端和server端保持版本一致。

排查下网络问题。

<!-- gh-comment-id:939394631 --> @blizard863 commented on GitHub (Oct 10, 2021): 看下是否client端和server端保持版本一致。 排查下网络问题。
Author
Owner

@github-actions[bot] commented on GitHub (Nov 10, 2021):

Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.

<!-- gh-comment-id:964669435 --> @github-actions[bot] commented on GitHub (Nov 10, 2021): Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#2072
No description provided.