Bug #114705 Contribution: make trustStorePassword be null if this.trustStoreSettings.ke ...
Submitted: 19 Apr 14:32 Modified: 4 Oct 22:51
Reporter: OCA Admin (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / J Severity:S3 (Non-critical)
Version:8.0 OS:Any
Assigned to: CPU Architecture:Any

[19 Apr 14:32] OCA Admin
Description:
This bug tracks a contribution by Jesper Blomquist (Github user: jebl01), as described in http://github.com/mysql/mysql-connector-j/pull/103

How to repeat:
See description

Suggested fix:
See contribution code attached
[19 Apr 14:32] OCA Admin
Contribution submitted via Github - make trustStorePassword be null if this.trustStoreSettings.keyStorePassword is n 
(*) Contribution by Jesper Blomquist (Github jebl01, mysql-connector-j/pull/103#issuecomment-2066342226): I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.

Contribution: git_patch_1829576208.txt (text/plain), 1.56 KiB.

[4 Oct 22:51] Daniel So
Posted by developer:
 
Added the following entry to the Connector/J 9.1.0 changelog: 

"When connecting to a server using SSL, the truststore password is now made optional, with a null truststore password taken to mean that there is no need to check the truststore's keyed digest. Thanks to Jesper Blomquist for contributing to the patch. "
[7 Oct 9:23] MySQL Verification Team
Thank you , Daniel.