Bug #79835 Allow to only specify the CA w/ CEXT (contribution)
Submitted: 4 Jan 2016 14:43 Modified: 9 Feb 2016 17:16
Reporter: OCA Admin (OCA) Email Updates:
Status: Duplicate Impact on me:
None 
Category:Connector / Python Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: CPU Architecture:Any

[4 Jan 2016 14:43] OCA Admin
Description:
This bug tracks a contribution by Daniël van Eeden (Github user: dveeden) as described in http://github.com/mysql/mysql-connector-python/pull/12

How to repeat:
See description

Suggested fix:
See contribution code attached
[4 Jan 2016 14:43] OCA Admin
Contribution submitted via Github - Allow to only specify the CA w/ CEXT 
(*) Contribution by Daniël van Eeden (Github dveeden, mysql-connector-python/pull/12#issuecomment-168505414): 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_54908821.txt (text/plain), 864 bytes.

[5 Jan 2016 5:15] MySQL Verification Team
Hello Daniël,

Thank you for the report and contribution.

Thanks,
Umesh
[9 Feb 2016 16:11] Geert Vanderkelen
Hello Daniël,

I failed to look at this patch while working on a similar bug reported earlier. Sorry about that. The complete solution, however, involved a few more changes for MySQL 5.7.

Never the less, thank you very much for the proposed fix and making it available.

Cheers,
Geert
[9 Feb 2016 17:16] Paul DuBois
Noted in 2.1.4 changelog.

Connections made using the C Extension failed when the ssl_ca
parameter was given without ssl_cert and ssl_key.