https://bugs.winehq.org/show_bug.cgi?id=44011
--- Comment #6 from Omega Software development@winomega.com --- (In reply to Fabian Maurer from comment #5)
Yes, I have the same libmariadb.dll, md5sum matches. I tried it a few dozen times, but no crashes. Pretty sure it uses SSL, when I remove the certificate (ca.pem) it complains, and in phpmyadmin the user is set to require SSL.
Is your server in the same network? I suspect there's a race condition here, and the bug is not triggered when network latency is low enough.
This is what I tried:
1. I replicated the same setup of the MySQL server in my local workstation. Then the bug is NOT triggered (Note: the require_secure_transport directive has no effect on localhost/127.0.0.1 so I had to use the LAN address instead)
2. I installed Wine on the remote server where it was previously failing, and run the test locally from there. Again, the bug is NOT triggered.