-
-
Notifications
You must be signed in to change notification settings - Fork 13.4k
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
0.51.1 https2http not working #3541
Comments
downgrade the frpc to 0.49.0 (still using frps 0.51.1) can solve the issue |
frpc 0.51.0 also works well, while using frpc 0.51.1 will get '400 Bad Request' in browser. |
logs |
-------------------------------> frps.log 2023/07/24 23:50:47 [D] [control.go:245] [c15e3fc1e27a0724] new work connection registered -------------------------------> frpc.log |
Can not reproduce in my env and the logs seems no error. |
When making concurrent requests, it is possible to reproduce the issue. It requires time to investigate the cause. |
Bug Description
After I upgraded frp from 0.49.0 to 0.51.1, the https2http not working, I got no response for most of the static files.
When I using local nginx + frp tcp plugin, it works well.
frpc Version
0.51.1
frps Version
0.51.1
System Architecture
linux/amd64
Configurations
[web_virtualbox]
type = https
custom_domains = virtualbox.demo.com
plugin = https2http
plugin_local_addr = 127.0.0.1:8080
use_compression = true
plugin_crt_path = /etc/letsencrypt/live/star.demo.com/fullchain.pem
plugin_key_path = /etc/letsencrypt/live/star.demo.com/privkey.pem
plugin_host_header_rewrite = 127.0.0.1
plugin_header_X-From-Where = frp
Logs
No response
Steps to reproduce
...
Affected area
The text was updated successfully, but these errors were encountered: