Hello,
is there any update for the same ? If you suggest any hook/filter, that will also work for us.
thanks in advance.
Hello,
i have investigated further for this issue and came to know that you have used your own DB connection, not used WP default connect.
As per server and database requirement for SSL, we have set define(‘MYSQL_CLIENT_FLAGS’, MYSQLI_CLIENT_SSL); in wp-config file for secure connection which is working fine for WP and other plugins.
i have checked your connection file, and you have passed any variable for SSL. Please set MYSQLI_CLIENT_SSL in your connection string, and it will resolve my issue.
Please do needful for the same.
Thanks in advance.