I got the Windows Community MySQL 5.6 installation package from Oracle. To my dismay, SSL is disabled. The docs on the Oracle site are opaque.
(1) Is it correct ask if Windows Community MySQL 5.6 binaries exist for downloading and installing? (2) Or, as some docs suggest, is it possible add the feature to my installation by installing OpenSSL for Windows, then configuring the MySQL server (Windows) to use SSL? (3) Or none of the above? Please note I am not asking about making a connection using SSH.
mysql> SHOW VARIABLES LIKE 'have_ssl';
have_ssl DISABLED
1 row in set (0.00 sec)