You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
Enable proxy-protocol on TiDB and TiProxy either in k8s or not
Connect to TiProxy
2. What did you expect to see? (Required)
No error
3. What did you see instead (Required)
TiProxy reports address family between source and target mismatched
When writing proxy-protocol header to the backend, the source address is of type TCPAddr but the destination is of type oriRemoteAddr.
4. What is your version? (Required)
master
The text was updated successfully, but these errors were encountered:
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
No error
3. What did you see instead (Required)
TiProxy reports
address family between source and target mismatched
When writing proxy-protocol header to the backend, the source address is of type
TCPAddr
but the destination is of typeoriRemoteAddr
.4. What is your version? (Required)
master
The text was updated successfully, but these errors were encountered: