You are not the original submitter of this bug, so you can't edit the bug this way.
Bug #673 | MySQL 4.0.13 no SSL connection with mysql client possible | ||
---|---|---|---|
Submitted: | 18 Jun 2003 6:56 | Modified: | 26 Jun 2003 0:50 |
Reporter: | [ name withheld ] | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 4.0.13 | OS: | Linux (Gentoo Linux 1.4 rc 4) |
Assigned to: | Sergei Glukhov | CPU Architecture: | Any |
[18 Jun 2003 6:56]
[ name withheld ]
[18 Jun 2003 7:41]
Boyd Gerber
I have verified this on an other OS.
[21 Jun 2003 3:18]
Robin Johnson
Why is this marked as a Feature request? it is not a feature request, it is actually a bug as it seems you cannot connect using SSL to a 4.0.13 server at all in this.
[21 Jun 2003 6:40]
[ name withheld ]
Right it is a bug.
[21 Jun 2003 8:40]
Boyd Gerber
I agree this is a bug. I do not understand this bug SW and find it hard to use and I can not update a change in status. I want to know from the developer if this was intended beharvoir. I know that backwards compatibilty can not always be maintained. I want to know if this was intened!
[22 Jun 2003 2:28]
[ name withheld ]
Then it is important to know to create the certificates for MySQL, because the way in the documentation produces the same error. Furthermore not all MySQL Products are SSL compatible, e.g. MySQL-CC haven't this feature, yet.
[25 Jun 2003 15:57]
[ name withheld ]
I had the same problem. However, it explicitly says in the instructions not to use the same certificate for both the client and the server. Initially, I did this just to see if it would work and I received the same error message that you did. I then tried it with a separate client cert and then it worked fine. i.e. I created a self-signed CA certificate, and separate server and client certificates, both signed with the CA certificate. IMHO, a client certificate should not be required at all. IMHO, only a server certificate should be required. For example, I would like to use SSL for encryption, and I want to use SSL server authentication, but not SSL client authentication (i.e. the same way it works for an e-commerce Web site such as amazon.com). I want to use password authentication for the client because client certificates are more difficult to manage. SSL client authentication should be available but not required.
[25 Jun 2003 16:00]
[ name withheld ]
You don't have your configuration file set correctly. See the following document. http://www.mysql.com/doc/en/Secure_Create_Certs.html
[26 Jun 2003 0:49]
Sergei Glukhov
The bug is fixed in bk tree
[26 Jun 2003 3:07]
[ name withheld ]
Thanks for fixing that bug, so quickly.