add support for server_verify_cert
MySQL database connector for Python programming
Brought to you by:
adustman
Since MySQL 5.0.24 a new option has been added for SSL
connections to
verify that when a client connects to a server the
server's hostname
must match the subject of the certificate.
The attached patch adds a new parameter
"verify_server_cert" to
enable/disable this check (disabled by default).
patch to enable verify_server_cert
Logged In: YES
user_id=71372
Looks good, I plan to apply it, thanks.
Logged In: YES
user_id=71372
Originator: NO
Probably too late in the cycle to add to 1.2.2, targeting 1.3. Cleaned up for 1.2 branch.
File Added: verify_cert.patch
Cleaned up patch