[MDEV-3579] LP:982664 - Bad handshake error when using 5.5.23 with mysql-proxy Created: 2012-04-15 Updated: 2015-02-02 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Bernhard Valenti (Inactive) | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
I just updated a couple of server from 5.2.4 to 5.5.23. Now when I try to connect to them through mysql-proxy (using mysql CLI) I get: ERROR 1043 (08S01): Bad handshake the mysql-proxy (0.8.2) log shows: 2012-04-15 17:49:28: (debug) [network-mysqld.c:937]: error on a connection (fd: -1 event: 0). closing client connection. connecting to the 5.5.23 servers directly works fine. Also some client libraries seem to work (my local php installation for example can connect fine through the proxy) |
| Comments |
| Comment by Elena Stepanova [ 2012-04-15 ] |
|
Re: Bad handshake error when using 5.5.23 with mysql-proxy We looked into a similar problem some time ago, see bug #904097. That time it was deduced that starting from 5.2.8, server applies stricter requirements to handshake packets and does not accept what it finds malformed, as it did in versions 5.2.7 and earlier. Manifestation of the problem is similar to what is described here, so it may be the same, or have the same root cause. Bug #904097 was closed because the problem had already been fixed on the client side. This time, the client is mysql-proxy of the latest version (I tried the binary package), so it's probably hard to expect that it will be fixed there. |
| Comment by Bernhard Valenti (Inactive) [ 2012-04-18 ] |
|
Re: Bad handshake error when using 5.5.23 with mysql-proxy |
| Comment by Sergei Golubchik [ 2012-04-19 ] |
|
Re: Bad handshake error when using 5.5.23 with mysql-proxy http://bazaar.launchpad.net/~maria-captains/maria/5.2-serg/revision/3138 |
| Comment by Rasmus Johansson (Inactive) [ 2012-04-19 ] |
|
Launchpad bug id: 982664 |