• Resolved matrixinternet

    (@matrixinternet)


    To whom it may concern,

    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.”

    Can you please advise on this? 

    If any further details are required, please let me know.

    Many thanks.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter matrixinternet

    (@matrixinternet)

    Hello,

    any update on this?

    Plugin Author ameliabooking

    (@ameliabooking)

    Hello, thank you for reaching out to us and for your patience.

    Can you please create a pre-purchase ticket on the following link and we will assist you with this issue?

    Looking forward to hearing from you.

    Thread Starter matrixinternet

    (@matrixinternet)

    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.

    Thread Starter matrixinternet

    (@matrixinternet)

    Hello,

    any update on this?

    Plugin Author ameliabooking

    (@ameliabooking)

    Hello again.

    As mentioned in the previous comment, we would be able to send you the fix if you were to open a pre-purchase ticket through this link.

    We need you to try out the fix we would send before applying it in our next update.

    Thank you in advance!

    Plugin Author ameliabooking

    (@ameliabooking)

    Hello again.

    We apologize if we haven’t noticed a ticket from you, so we’re writing here, just in case.

    When you access the database, access the wp_options table and search for “amelia_setting” in the option_name column. That will return one result, that you need to edit.

    In the JSON content of the option_value column, you’ll see this:

    “ssl”:{“enable”:false,”key”:null,”cert”:null,”ca”:null}

    Can you please try adding the data that you need in there?

    Let us know if that helps.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘AJAX Call issue’ is closed to new replies.