How to enable MariaDB SSL support?
Issue
When install mariadb-server, start and check for ssl availability it is being shown as DISABLED :
MariaDB [(none)]> SHOW VARIABLES LIKE 'have_openssl';
+---------------+----------+
| Variable_name | Value |
+---------------+----------+
| have_openssl | DISABLED |
+---------------+----------+
1 row in set (0.00 sec)
- Any idea how to switch
DISABLEDtoENABLED? - I need this even before SSL certs
Environment
- Red Hat Enterprise Linux 7
mariadb-server
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.