SSL errors using MailChimp's API

前端 未结 4 1680
悲哀的现实
悲哀的现实 2020-12-03 15:24

I\'m trying to connect with MailChimp\'s API, but keep getting errors:

Error. API call to lists/list failed: SSL peer certificate or SSH remote key

4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-03 15:47

    You need the older certificates:

    https://github.com/bagder/ca-bundle/blob/e9175fec5d0c4d42de24ed6d84a06d504d5e5a09/ca-bundle.crt

    As defined on the page:

    http://curl.haxx.se/docs/caextract.html

    RSA-1024 removed

    Guess Mandrill an Mailchimp use a RSA-1024 version.

    That is the one you need. I had the same issue.

提交回复
热议问题