Does wpDataTables all connection tosecured mysql connection?
I tried but getting this error:
wpDataTables could not connect to mysql server. mysql said: There was a problem with your SQL connection - Connections using insecure transport are prohibited while --require_secure_transport=ON.
This is critical for my purchase decision.
Also, I missed your Jan 10 deadline to purchased the plug-in, if you can another promotion or if you can extend the existing one, I will really appreciate.
wpDataTables could not connect to mysql server. mysql said: There was a problem with your SQL connection - SSL connection is required. Please specify SSL options and retry
For other SQL engines, you should use PDO extension, so if it's SQL, you can take a look on this link.
And if you're using POSTGRESQL, you can take a look here.
It seems that the server is blocking wpDataTables from connecting to this database with require_secure_transport turned on. You can try whitelisting your website's IP address, and see if that works. If it doesn't, I don't believe you'll be able to connect the plugin to the database without disabling this. I never saw this error before, and we've never had any issues with users' security being compromised.
As for the promotion, unfortunately I'm not able to extend it. Our promo price ended on 10th of January. The promo campaign was live on Black Friday for 3 weeks, and also for New Year and Christmas till 10th of January.
Hello,
Does wpDataTables all connection tosecured mysql connection?
I tried but getting this error:
wpDataTables could not connect to mysql server. mysql said: There was a problem with your SQL connection - Connections using insecure transport are prohibited while --require_secure_transport=ON.
This is critical for my purchase decision.
Also, I missed your Jan 10 deadline to purchased the plug-in, if you can another promotion or if you can extend the existing one, I will really appreciate.
Thanks
Rahim
Another error:
wpDataTables could not connect to mysql server. mysql said: There was a problem with your SQL connection - SSL connection is required. Please specify SSL options and retry
Hello Rahim
Thank you for your interest in our plugin.
If you're using MySQL, you should add mysqli_set_ssl after mysqli_connect in this file:
wp-content/plugins/wpdatatables/source/class.sql.php on line 47
You can read more about this on stack overflow.
For other SQL engines, you should use PDO extension, so if it's SQL, you can take a look on this link.
And if you're using POSTGRESQL, you can take a look here.
It seems that the server is blocking wpDataTables from connecting to this database with require_secure_transport turned on. You can try whitelisting your website's IP address, and see if that works. If it doesn't, I don't believe you'll be able to connect the plugin to the database without disabling this. I never saw this error before, and we've never had any issues with users' security being compromised.
As for the promotion, unfortunately I'm not able to extend it. Our promo price ended on 10th of January. The promo campaign was live on Black Friday for 3 weeks, and also for New Year and Christmas till 10th of January.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Thank you, let me give it a try.
R
You're welcome, Rahim
I hope that helps.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables