I'm seeing an odd error in the mysqld.service
status notes...
The syntax '--ssl=off' is deprecated and will be removed in a future release. Please use --tls-version=invalid instead.
The thing is I've disabled SSL using skip_ssl
in the /etc/my.cnf
and I don't see any vars relating to SSL defined in /etc/my.cnf.d/*
. I've also checked in /etc/systemd/system/mysqld.service.d/override.conf
and the only thing I've set is LimitNOFILE
.
The --ssl=off
setting is a command line start up variable, so where could this error be coming from? Is there a new way to disable SSL other than skip_ssl
?
I'm on Rockly Linux 8, and MySQL 8.0.26.
The pertaining documentation, including the deprecation note can be found here: https://dev.mysql.com/doc/refman/8.0/en/server-options.html