At the risk of being out of scope for this forum,
I have a Redhat 8.0 Box running MySQL 4.0.13 compiled with --with-vio and --with-ssl. The MySQL var HAVE-OPENSSL returns YES. I have generated all the necessary certs per the MySQL docs. However, when i alter the My.cnf file in /etc, and add
ssl-ca=/a path
ssl-? =/a path
ssl-? =/a path
(I don't remeber all the var def off the top of my head but I followed the MySQL docs exactly)
Restart mysqld, and get an error that the ssl-ca var is undefined/unknown.
I have even tried passign the args along the command line (mysqld --ssl-ca=/a path) and no luck.
Any Sugestions?