We're Moving to a New Support Platform – Starting June 1st!
We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.
You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.
While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.
We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.
Thanks for your continued support and trust – we’re excited to bring you an even better support experience!
Trying to figure out how I can configure a secure MySQL Remote SSL connection....the plugin admin doest seem to allow that option. I have all my certs and keys....just nowhere to enter them
Any direction is appreciated
Hello Rob.
Thank you for your purchase.
You should be able to enter the connection details under "Separate DB Connection" tab:
When you say you have nowhere to enter your credentials, what do you mean? Can you share some screenshots with us?
Best regards.
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
Thanks for the reply Aleksandar,
Yes I've got the connection working, now I want to secure it with SSL.
Normally, for example in MySQL Workbench, if you have a remote database up and running on say Google Cloud and want to do SSL you create a Client ID, secret key and server CA on the server, supply them to the client and add them to the client connection parameters.
As the plugin doesn't have these fields, I'm wondering how to accomplish this to keep the connection secure.
I see Rob.
We don't have those settings built-in the plugin.
You'd need to place the certificate in a path. You can take a look on this link few solutions how to set that. Also you can find more information on this link.
Like it is said in the link HTTPS requires exchanging and verify the SSL cert which protects the URL so if you hit an HTTPS URL you will receive an error because you aren't handling the security translation.
In file wp-content/plugins/wpdatatables/source/class.wdttools.php around line 170 you will find this line of codes:
Probably you will need to add the certification there and everything should work fine.
Please let me know if this helps.
Best regards.
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