Hi,
Are you still having problems, can you provide a bit more information if you are?
Are you behind a firewall or on a private test network?
Paul
Thread Starter
Anonymous User 11480689
(@anonymized-11480689)
hj sir!
yes! still error!
i’m using VPS…and i allway get this error.
i change access key, secrect key….but not work
Hi,
Can you check the connectivity of your Server.
Go to the WordPress admin page wp-admin/plugin-install.php on your websites backend, check that you can access the plugin directory.
Use your servers diagnostic tools to check that it can access the server: webservices.amazon.co.uk.
Try increasing the timeout on the AWS request in the file wp-content/plugins/amazon-link/include/awsRequest.php change line 74 to read:
// do request
$result = wp_remote_request( $request, array( 'timeout' => '30'));
This will increase the timeout to 30 seconds.
Hope this helps,
Paul