Bug #21429 | Unsupported record version Unknown-0.0 | ||
---|---|---|---|
Submitted: | 3 Aug 2006 13:22 | Modified: | 4 Aug 2006 16:51 |
Reporter: | Cedric Wider | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.0.22 | OS: | Linux (Fedora Core 5) |
Assigned to: | Magnus Blåudd | CPU Architecture: | Any |
[3 Aug 2006 13:22]
Cedric Wider
[3 Aug 2006 13:32]
Magnus Blåudd
It looks like this is a duplicate of http://bugs.mysql.com/bug.php?id=19705 Please try the instructions in there and to get this working.
[3 Aug 2006 14:01]
Ralf Hauser
The same java code appears to work for the Centos 4.3, i.e. the GPL equivalent to: RedHat Enterprise 4 Update 3 version of /usr/libexec/mysqld Ver 4.1.12 for redhat-linux-gnu on i686 (Source distribution)
[3 Aug 2006 18:01]
Ralf Hauser
oops, only saw Magnus' comment now. So Cedric, I guess 5.0.25 is the way to go... Just FYI, a correct SSL socket.toString would look like: 1b94ed3[SSL_RSA_WITH_RC4_128_SHA: Socket[addr=localhost/127.0.0.1,port=3306,localport=36461]] or preferrably one of the other strong ciphers: TLS_RSA_WITH_AES_128_CBC_SHA - TLS_DHE_RSA_WITH_AES_128_CBC_SHA - TLS_DHE_DSS_WITH_AES_128_CBC_SHA - SSL_RSA_WITH_3DES_EDE_CBC_SHA - SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA - SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA
[4 Aug 2006 16:51]
Cedric Wider
Thanks a lot. Upgrading to version 5.0.25 really solved the problem.
[7 Aug 2006 8:35]
Magnus Blåudd
Thank you for reporting that!