mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 00:15:51 +03:00
[GH-ISSUE #501] tbridge,tserver ,tclient,内网穿透 http服务不通 #404
Labels
No labels
TODO
bug
duplicate
enhancement
good first issue
help wanted
helpful
invalid
need-confirm
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/goproxy#404
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 @uulucky on GitHub (Oct 1, 2022).
Original GitHub issue: https://github.com/snail007/goproxy/issues/501
Steps to Reproduce
/usr/bin/proxy tbridge -p :29021 -C proxy.crt -K proxy.key
proxy tclient -P "x.x.x.x:29021" -C proxy.crt -K proxy.key --k="home"
proxy tserver -r :29022@:80 -P :29021 -C proxy.crt -K proxy.key --k="home"
Context (Environment)
Detailed Description
tserver,转发:29022@:80 端口,默认站点,没有域名,访问29022端口,出现访问超时;
代理6379端口正常。换成server,bridge,client正常。
请求:
time curl "127.0.0.1:29022/abc.php"
curl: (52) Empty reply from server
real 1m0.150s
tserver日志:
INFO home conn a2a66dd8a15d96ec0082b8d87e9c9f312f3c5118 created
INFO home conn a2a66dd8a15d96ec0082b8d87e9c9f312f3c5118 released
tbridge日志:
INFO server connection, key: home , id: 3a3a26a8d68454258bd6314936fd57ea8fb5987d tcp:127.0.0.1:80 b6f117b777c692ff4ae246cb5b49f0a17101948a
INFO client connection , key: home , id: 3a3a26a8d68454258bd6314936fd57ea8fb5987d, server id:b6f117b777c692ff4ae246cb5b49f0a17101948a
INFO conn 3a3a26a8d68454258bd6314936fd57ea8fb5987d created
INFO conn 3a3a26a8d68454258bd6314936fd57ea8fb5987d released
tclient端日志
INFO conn f4c07ef279b58bbda4d6c4e857ddf9b8e99eb060 created
INFO conn f4c07ef279b58bbda4d6c4e857ddf9b8e99eb060 released