Another possible workaround for connecting to Maria


At least one student has reported that if they include the “--skip-ssl” at the end of their connnection command, like this:

$ mariadb -u yourusername -pyourpassword -h cpsc.umw.edu -P 3306 galactic --skip-ssl

that it worked for him. Give it a shot if nothing else is working.