403 forbidden on subscription form
-
Hi, I am using Mailchimp for WP plugin version 3.1.8 on the WordPress 4.5.2 for my website https://startblogup.com/ (server address: rocky.beget.ru (IP: 5.101.152.97))
The subscription form is on the bottom of the main page. About a month ago it stopped working with 403 Forbidden error. I can not recall any changes made on the site at that moment – some user just let me know the form is not working.
Other MaiChimp integrations are still working fine, so blacklist is probably not an issue (for example, form on the following page https://startblogup.com/bloggers-workshop/ – this is MailChimp’s own form).
I ran curl command you recommended and got the following response from the server:
varyag6i@rocky:~ [0] $ curl -v https://us8.api.mailchimp.com/3.0/?apikey=MYAPIKEY
* About to connect() to us8.api.mailchimp.com port 443 (#0)
* Trying 23.64.225.156… connected
* successfully set certificate verify locations:
* CAfile: none
CApath: /etc/ssl/certs
* SSLv3, TLS handshake, Client hello (1):
* SSLv3, TLS handshake, Server hello (2):
* SSLv3, TLS handshake, CERT (11):
* SSLv3, TLS handshake, Server key exchange (12):
* SSLv3, TLS handshake, Server finished (14):
* SSLv3, TLS handshake, Client key exchange (16):
* SSLv3, TLS change cipher, Client hello (1):
* SSLv3, TLS handshake, Finished (20):
* SSLv3, TLS change cipher, Client hello (1):
* SSLv3, TLS handshake, Finished (20):
* SSL connection using ECDHE-RSA-AES256-GCM-SHA384
* Server certificate:
* subject: C=US; ST=Georgia; L=Atlanta; O=The Rocket Science Group, LLC; OU=IT; CN=*.api.mailchimp.com
* start date: 2016-05-03 00:00:00 GMT
* expire date: 2017-05-03 23:59:59 GMT
* subjectAltName: us8.api.mailchimp.com matched
* issuer: C=US; O=GeoTrust Inc.; CN=GeoTrust SSL CA – G3
* SSL certificate verify ok.
> GET /3.0/?apikey=MYAPIKEY HTTP/1.1
> User-Agent: curl/7.22.0 (x86_64-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3
> Host: us8.api.mailchimp.com
> Accept: */*
>
< HTTP/1.1 403 Forbidden
< Server: nginx
< Content-Type: text/html
< Content-Length: 162
< Vary: Accept-Encoding
< Date: Thu, 02 Jun 2016 17:54:50 GMT
< Connection: keep-alive
<
<html>
<head><title>403 Forbidden</title></head>
<body bgcolor=”white”>
<center><h1>403 Forbidden</h1></center>
<hr><center>nginx</center>
</body>
</html>
* Connection #0 to host us8.api.mailchimp.com left intact
* Closing connection #0
* SSLv3, TLS alert, Client hello (1):Could you please help with fixing the issue? The hosting company refuses to change IP address, proxy is not an option, either.
Thank you very much in advance,
Maria
- The topic ‘403 forbidden on subscription form’ is closed to new replies.