Hercules is a collaborative software development project revolving around the creation of a robust massively multiplayer online role playing game (MMORPG) server package. Written in C, the program is very versatile and provides NPCs, warps and modifications. The project is jointly managed by a group of volunteers located around the world as well as a tremendous community providing QA and support. Hercules is a continuation of the original Athena project.
[x] I am aware that this PR may be closed if the above-mentioned criteria are not fulfilled.
Changes Proposed
The mysql client currently being used for MariaDB CI runs tries to connect with SSL to the test db. But our test db does not run in SSL (and doesn't have to).
This PR disables the SSL connection for MariaDB tests.
I had to limit to MariaDB v11 as some other tests (specially using MySQL) would fail because --ssl is not recognized by them.
Pull Request Prelude
Changes Proposed
The mysql client currently being used for MariaDB CI runs tries to connect with SSL to the test db. But our test db does not run in SSL (and doesn't have to).
This PR disables the SSL connection for MariaDB tests.
I had to limit to MariaDB v11 as some other tests (specially using MySQL) would fail because
--ssl
is not recognized by them.Issues addressed: