Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DBD::mysql connects to MySQL server without SSL encryption even when mysql_ssl=1 is set together with mysql_ssl_ca_file certificate. Test case:
mysql_ssl=1
mysql_ssl_ca_file
$ perl -MData::Dumper -MDBI -e 'my $dbh = DBI->connect("dbi:mysql:mysql;host=127.0.0.1", "root", "password", { mysql_ssl => 1, mysql_ssl_ca_file => "ca.pem" }); print Dumper $dbh->selectall_arrayref("SELECT 1");'
Related to #110
The text was updated successfully, but these errors were encountered:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=2017-10789
Sorry, something went wrong.
This has been fixed in 4.044
No branches or pull requests
DBD::mysql connects to MySQL server without SSL encryption even when
mysql_ssl=1is set together withmysql_ssl_ca_filecertificate. Test case:Related to #110
The text was updated successfully, but these errors were encountered: