-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
rhel-9.4.z
-
None
-
Yes
-
Moderate
-
rhel-sst-cs-stacks
-
ssg_core_services
-
None
-
False
-
-
None
-
Red Hat Enterprise Linux
-
None
-
None
-
None
-
All
-
None
What were you trying to do that didn't work?
Use a Perl DBD mysql based script attempting a mandatory SSL connection
Please provide the package NVR for which bug is seen:
mariadb-connector-c-3.2.6-1.el9.x86_64.rpm
Steps to reproduce
Run a perl DBD script that connects to database with
mysql_ssl=1
Expected results
Successful SSL connection made to MariaDB
Actual results
Failed connection complaining about SSL
Description of problem is at
and the change that has broken perl DBD has been reverted in the master branch
I rebuilt the source package with a patch to do the revert and it fixed the problem