Title: Getting 403 error
Last modified: August 30, 2016

---

# Getting 403 error

 *  Resolved [Kodran](https://wordpress.org/support/users/kodran/)
 * (@kodran)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/getting-403-error/)
 * I updated to version 3 and now I get this error:
    “The MailChimp API server returned
   the following response: 403 Forbidden. Read more about common connectivity issues.”
 * I read the article in the link and I don’t think my site is blacklisted. It used
   to work fine with the previous version.
 * I also did this:
    curl -V [https://us1.api.mailchimp.com/3.0/?apikey=test](https://us1.api.mailchimp.com/3.0/?apikey=test)
   curl 7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.19.1 Basic ECC zlib/
   1.2.3 libidn/1.18 libssh2/1.4.2 Protocols: tftp ftp telnet dict ldap ldaps http
   file https ftps scp sftp Features: GSS-Negotiate IDN IPv6 Largefile NTLM SSL 
   libz
 * Can you please tell me what I should do?
 * For reference my site is bebeghi.ro
 * Thanks
 * [https://wordpress.org/plugins/mailchimp-for-wp/](https://wordpress.org/plugins/mailchimp-for-wp/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * (@dvankooten)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/getting-403-error/#post-6795155)
 * Hi Kodran,
 * Could you run the test command again but with a lowercased `-v` option instead?
   I’d love to see the output to troubleshoot this issue.
 *     ```
       curl -v https://us1.api.mailchimp.com/3.0/?apikey=test
       ```
   
 *  Thread Starter [Kodran](https://wordpress.org/support/users/kodran/)
 * (@kodran)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/getting-403-error/#post-6795167)
 * Thanks for the quick response. Here is the output:
 * curl -v [https://us1.api.mailchimp.com/3.0/?apikey=test](https://us1.api.mailchimp.com/3.0/?apikey=test)
   *
   About to connect() to us1.api.mailchimp.com port 443 (#0) * Trying 23.15.114.165…
   connected * Connected to us1.api.mailchimp.com (23.15.114.165) port 443 (#0) *
   Initializing NSS with certpath: sql:/etc/pki/nssdb * CAfile: /etc/pki/tls/certs/
   ca-bundle.crt CApath: none * SSL connection using TLS_RSA_WITH_AES_128_CBC_SHA*
   Server certificate: * subject: CN=*.api.mailchimp.com,OU=Rocket Science Group,
   O=ROCKET SCIENCE GROUP,L=Atlanta,ST=GA,C=US * start date: Sep 22 14:39:14 2015
   GMT * expire date: Sep 22 14:39:13 2016 GMT * common name: *.api.mailchimp.com*
   issuer: CN=Verizon Akamai SureServer CA G14-SHA2,OU=Cybertrust,O=Verizon Enterprise
   Solutions,L=Amsterdam,C=NL > GET /3.0/?apikey=test HTTP/1.1 > User-Agent: curl/
   7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.19.1 Basic ECC zlib/1.2.3
   libidn/1.18 libssh2/1.4.2 > Host: us1.api.mailchimp.com > Accept: */* > < HTTP/
   1.1 401 Unauthorized < Server: nginx < Content-Type: application/problem+json;
   charset=utf-8 < Content-Length: 233 < X-Request-Id: 682b013d-ced6-471c-b305-2962c6a6eb1d
   < Link: <[https://us1.api.mailchimp.com/schema/3.0/ProblemDetailDocument.json&gt](https://us1.api.mailchimp.com/schema/3.0/ProblemDetailDocument.json&gt);;
   rel=”describedBy” < Date: Mon, 30 Nov 2015 10:46:06 GMT < Connection: keep-alive
   < Set-Cookie: _AVESTA_ENVIRONMENT=prod; path=/ < * Connection #0 to host us1.
   api.mailchimp.com left intact * Closing connection #0 {“type”:”[http://developer.mailchimp.com/documentation/mailchimp/guides/error-glossary/&#8221](http://developer.mailchimp.com/documentation/mailchimp/guides/error-glossary/&#8221);,”
   title”:”API Key Invalid”,”status”:401,”detail”:”Your API key may be invalid, 
   or you’ve attempted to access the wrong datacenter.”,”instance”:””}
 * I see I get an 401 Unauthorized, but I have no clue why.
 *  Thread Starter [Kodran](https://wordpress.org/support/users/kodran/)
 * (@kodran)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/getting-403-error/#post-6795168)
 * Update:
 * Ok, so I maybe onto something here. If I use my api key I get:
 * “title”:”Wrong Datacenter”,”status”:403,”detail”:”The API key provided is linked
   to a different
 * But if I do the curl like this:
 * curl -v [https://us11.api.mailchimp.com/3.0/?apikey](https://us11.api.mailchimp.com/3.0/?apikey)
 * I get the response ok.
    I don’t know what the difference is between the us1 and
   us11 servers.
 * My question is, can I configure the plugin to use the us11 server?
 * Thanks
 *  Plugin Author [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * (@dvankooten)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/getting-403-error/#post-6795169)
 * Hi Kodran,
 * If you configure your API key then the plugin will automatically use the correct
   datacenter for you.
 * If the plugin is showing the 403 forbidden response it usually really means that
   you’re blocked by Akamai, the firewall that MailChimp is using. You could contact
   MailChimp about this as they are able to check this for you.
 * Are you running the `curl ....` command check from the same computer your website
   is hosted on or from your own computer?
 *  Thread Starter [Kodran](https://wordpress.org/support/users/kodran/)
 * (@kodran)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/getting-403-error/#post-6795177)
 * Update 2:
 * Just checked the plugin and now it says “Connected”.
 * I don’t know what happened but now it seems to be working.
 * Thank you for your support and good luck with further development. I think this
   is a really solid plugin.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Getting 403 error’ is closed to new replies.

 * ![](https://ps.w.org/mailchimp-for-wp/assets/icon-256x256.png?rev=1224577)
 * [MC4WP: Mailchimp for WordPress](https://wordpress.org/plugins/mailchimp-for-wp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mailchimp-for-wp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mailchimp-for-wp/)
 * [Active Topics](https://wordpress.org/support/plugin/mailchimp-for-wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mailchimp-for-wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mailchimp-for-wp/reviews/)

## Tags

 * [403 error](https://wordpress.org/support/topic-tag/403-error/)

 * 5 replies
 * 2 participants
 * Last reply from: [Kodran](https://wordpress.org/support/users/kodran/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/getting-403-error/#post-6795177)
 * Status: resolved