Skip to content
New issue

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 #4601

Open
2 of 11 tasks
loujiaye opened this issue Dec 19, 2024 · 3 comments
Open
2 of 11 tasks

error: context canceled #4601

loujiaye opened this issue Dec 19, 2024 · 3 comments

Comments

@loujiaye
Copy link

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

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
@fatedier
Copy link
Owner

The error "context canceled" indicates that the client has canceled the request or the request has timed out.

@loujiaye
Copy link
Author

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

@xqzr
Copy link

xqzr commented Dec 20, 2024

域名被🧱

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants