[Plugin: Amazon Machine Tags] No connection to Amazon Web Services when validating key
-
I recently upgraded WordPress and PHP. I have re-created the cache folder for the AMTAP plugin, but am getting the error ‘No connection to Amazon Web Services when validating key’ when I save settings in the admin panel.
I have done a bit of debugging, and the request to Amazon is receiving back a 410 Gone HTTP code.
If I access the request url manually in my browser it returns an xml response, along with the 410 Gone header:
<?xml version="1.0"?> <HelpErrorResponse xmlns="https://ecs.amazonaws.com/doc/2009-07-01/"><Error><Code>Deprecated</Code><Message>Feature Help is deprecated.</Message></Error><RequestID>ea422d8f-a9f3-4a20-ad10-3eb9e45a4354</RequestID></HelpErrorResponse>
The request url looks like this:
https://xml-us.amznxslt.com/onca/xml?AWSAccessKeyId=XXX&About=ItemIds&ContentType=text%2Fplain&HelpType=ResponseGroup&Operation=Help&ResponseGroup=Help&Service=AWSECommerceService&Style=http%3A%2F%2Fwww.domain.com%2Fblog%2Fwp-content%2Fplugins%2Famazon-machine-tags%2Famtap-key-verification.v3.xsl&Timestamp=2010-10-25T08%3A21%3A26Z&Version=2009-07-01&Signature=XXX%3D
Any idea what the problem is?
Thanks
Dave
- The topic ‘[Plugin: Amazon Machine Tags] No connection to Amazon Web Services when validating key’ is closed to new replies.