-
Notifications
You must be signed in to change notification settings - Fork 27
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
proxy-protocol = "v2"
doesn't work well
#346
Comments
Did you turn on the TiDB proxy protocol?
|
oh, ur right.
|
Good point. I didn't realize that yet. We'll investigate it and keep this issue. cc @xhebox |
Bug of tidb or go-proxyprotocol. |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
tiproxy --config tiproxy.toml
[proxy]
require-backend-tls = false
proxy-protocol = "v2"
2. What did you expect to see? (Required)
3. What did you see instead (Required)
mysql --comments --host 127.0.0.1 --port 6000 -u root
ERROR 2013 (HY000): Lost connection to MySQL server at 'reading authorization packet', system error: 0
4. What is your version? (Required)
tiproxy: main,
tidb: 7.0.0
The text was updated successfully, but these errors were encountered: