| Bug #65992 | JDBC conn. enforces SSL on mysql_clear_password auth while C client lib doesn't | ||
|---|---|---|---|
| Submitted: | 24 Jul 2012 8:46 | Modified: | 24 Jul 2012 13:36 |
| Reporter: | Hartmut Holzgraefe | Email Updates: | |
| Status: | Won't fix | Impact on me: | |
| Category: | Connector / J | Severity: | S3 (Non-critical) |
| Version: | mysql-connector-java-5.1.21 | OS: | Any |
| Assigned to: | CPU Architecture: | Any | |
[24 Jul 2012 8:46]
Hartmut Holzgraefe
[24 Jul 2012 12:41]
Sveta Smirnova
Thank you for the report. Do you use one of existing MySQL plugins or your own? Please also send configuration options for Connector/J. As written at http://dev.mysql.com/doc/refman/5.0/en/connector-j-using-pam.html SSL capability should be enabled and I want to check if it is for PAM only or for other cases too.
[24 Jul 2012 13:36]
Mark Matthews
This is as-intended. Until the protocol is changed so that just the handshake portion can be *ensured* to be cryptographically protected, the driver will not send passwords in the clear.
