AJAX Call issue
-
Hello,
We have installed this plugin on our website, and we are registering this error went plunging into the dashboard or any link, (see below)
The remaining AJAX call is working fine, this is the only issue
“SQLSTATE[HY000] [3159] Connections using insecure transport are prohibited while –require_secure_transport=ON.”
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 haven’t 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.
The page I need help with: [log in to see the link]
The topic ‘AJAX Call issue’ is closed to new replies.