We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: context canceled
0.61.1. darwin
0.61.1. freebsd
server freebs , client darwin
bindPort = 3430 vhostHTTPPort = 3430 auth.token = "token" subDomainHost = "domain"
------frpc serverAddr = "server ip" serverPort = 3430
auth.token = "token"
[[proxies]] name = "xian" type = "http" localIp = '127.0.0.1' localPort = 8000 subDomain = "ws"
locations = ["/"] hostHeaderRewrite = "ws.domain" requestHeaders.set.x-from-where = "frp"
2024-12-19 14:41:59.575 [I] [server/service.go:576] [bf50e1bbe6117b99] client login info: ip [111.132.0.105:54421] version [0.61.1] hostname [] os [darwin] arch [amd64] 2024-12-19 14:41:59.974 [I] [proxy/http.go:144] [bf50e1bbe6117b99] [xian] http proxy listen for host [ws.xianfuzhu.lookin.at] location [/] group [], routeByHTTPUser [] 2024-12-19 14:41:59.974 [I] [server/control.go:399] [bf50e1bbe6117b99] new proxy [xian] type [http] success 2024-12-19 14:42:22.361 [W] [httputil/reverseproxy.go:486] do http proxy request [host: ws.xianfuzhu.lookin.at] error: context canceled
...
The text was updated successfully, but these errors were encountered:
The error "context canceled" indicates that the client has canceled the request or the request has timed out.
Sorry, something went wrong.
I test server in local ip. It run normal.But use frp is raise error.And I also test a simplest nginx server, it raise error again
域名被🧱
No branches or pull requests
Bug Description
error: context canceled
frpc Version
0.61.1. darwin
frps Version
0.61.1. freebsd
System Architecture
server freebs , client darwin
Configurations
bindPort = 3430
vhostHTTPPort = 3430
auth.token = "token"
subDomainHost = "domain"
------frpc
serverAddr = "server ip"
serverPort = 3430
auth.token = "token"
[[proxies]]
name = "xian"
type = "http"
localIp = '127.0.0.1'
localPort = 8000
subDomain = "ws"
locations = ["/"]
hostHeaderRewrite = "ws.domain"
requestHeaders.set.x-from-where = "frp"
Logs
2024-12-19 14:41:59.575 [I] [server/service.go:576] [bf50e1bbe6117b99] client login info: ip [111.132.0.105:54421] version [0.61.1] hostname [] os [darwin] arch [amd64]
2024-12-19 14:41:59.974 [I] [proxy/http.go:144] [bf50e1bbe6117b99] [xian] http proxy listen for host [ws.xianfuzhu.lookin.at] location [/] group [], routeByHTTPUser []
2024-12-19 14:41:59.974 [I] [server/control.go:399] [bf50e1bbe6117b99] new proxy [xian] type [http] success
2024-12-19 14:42:22.361 [W] [httputil/reverseproxy.go:486] do http proxy request [host: ws.xianfuzhu.lookin.at] error: context canceled
Steps to reproduce
...
Affected area
The text was updated successfully, but these errors were encountered: