[GH-ISSUE #2033] [plugin_socks5] control connection closed #1617

Closed
opened 2026-05-05 13:01:57 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @ffcommax on GitHub (Oct 20, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/2033

Server:
[common]
server_addr = 0.0.0.0
bind_port = 443

Client:
[common]
server_addr = serverip
server_port = 443

[plugin_socks5]
type = tcp
remote_port = 6005
plugin = socks5

info log

frps tcp listen on 0.0.0.0:443
start frps success
client login info: ip [:65384] version [0.34.1] hostname [] os [windows] arch [amd64]
control writer is closing
client exit success
client login info: ip [:65384] version [0.34.1] hostname [] os [windows] arch [amd64]
control writer is closing
client exit success

debug log:

client login info: ip [:65384] version [0.34.1] hostname [] os [windows] arch [amd64]
control connection closed
control writer is closing
client exit success
Accept new mux stream error: read tcp :443->:65408: read: connection reset by peer
client login info: ip [:65384] version [0.34.1] hostname [] os [windows] arch [amd64]
control connection closed
control writer is closing
client exit success
Accept new mux stream error: read tcp :443->:65408: read: connection reset by peer

Originally created by @ffcommax on GitHub (Oct 20, 2020). Original GitHub issue: https://github.com/fatedier/frp/issues/2033 Server: [common] server_addr = 0.0.0.0 bind_port = 443 Client: [common] server_addr = serverip server_port = 443 [plugin_socks5] type = tcp remote_port = 6005 plugin = socks5 **info log** frps tcp listen on 0.0.0.0:443 start frps success client login info: ip [:65384] version [0.34.1] hostname [] os [windows] arch [amd64] control writer is closing client exit success client login info: ip [:65384] version [0.34.1] hostname [] os [windows] arch [amd64] control writer is closing client exit success **debug log:** client login info: ip [:65384] version [0.34.1] hostname [] os [windows] arch [amd64] control connection closed control writer is closing client exit success Accept new mux stream error: read tcp :443->:65408: read: connection reset by peer client login info: ip [:65384] version [0.34.1] hostname [] os [windows] arch [amd64] control connection closed control writer is closing client exit success Accept new mux stream error: read tcp :443->:65408: read: connection reset by peer
Author
Owner

@fatedier commented on GitHub (Oct 25, 2020):

Can you show logs in frpc?

<!-- gh-comment-id:716088816 --> @fatedier commented on GitHub (Oct 25, 2020): Can you show logs in frpc?
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#1617
No description provided.