• Resolved pvelte

    (@pvelte)


    I had MailChimp for WooCommerce working but needed to connect to a different MailChimp account. I tried to use the Reconnect button but that only said I was already connected to MC account #1. I uninstalled the plugin and reinstalled. Now I get this error after it successfully connects with MC account #2:

    CURL error :: error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error

    MailChimp for WooCommerce v 2.4.0
    WooCommerce v 4.0.1
    WordPress v 5.3.3

    Thank you for any assistance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support khungate

    (@khungate)

    Hi @pvelte,

    Troubleshooting something like this can be technical in nature and we suggest asking your host or a 3rd party developer for help if you’re not comfortable running the following commands:

    First, we need to see if your server can communicate using CURL directly with the Mailchimp API using the command below:

    curl -v -X GET https://{$DATA_CENTER}.api.mailchimp.com/3.0/ecommerce/stores?apikey={$API_KEY}

    Please replace the $DATA_CENTER and the $API_KEY with your credentials. You can locate the $DATA_CENTER number in the URL, for example, us19.

    If you receive a valid response from the Mailchimp API, that helps us solve the first step of determining whether or not your server itself has been IP blacklisted by the API gateway.

    Once we’ve verified that you are able to make calls directly using CURL (not in PHP) – there might be an SSL handshake issue / OpenSSL / libCURL issue that might need to be addressed by your server admins. Judging by your error above, I have a feeling that this is what needs to be updated.

    Please start by running that command – and report back. I look forward to hearing back from you.

    Plugin Author ryanhungate

    (@ryanhungate)

    @pvelte this is a fairly technical issue to debug over chat – can you please ask your web host if they’re using an out of date PHP CURL or OpenSSL package on your server? Seems as if this may be on an older shared host that probably just needs to be updated.

    Plugin Author ryanhungate

    (@ryanhungate)

    @pvelte be glad to assist if you’re still trying to get help with this ticket – but since it’s been a while we’ll close it out for now. Please feel free to respond here is you would like us to look any further.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CURL error after connecting’ is closed to new replies.