Error executing "SetIdentityFeedbackForwardingEnabled" in Amazon SES

Pavan

New Member
Hi
I am getting the below error when setting up Amazon SES in Mailwizz.
I have the domain verified and the email as well. Created the user in IAM with full AmazonSES permission.
Can someone help me resolving this at the earliest.
Thanks
Pavan


Error executing "SetIdentityFeedbackForwardingEnabled" on "https://email.eu-west-1.amazonaws.com"; AWS HTTP error: Client error: `POST https://email.eu-west-1.amazonaws.com` resulted in a `403 Forbidden` response:
<ErrorResponse xmlns="http://ses.amazonaws.com/doc/2010-12-01/">
<Error>
<Type>Sender</Type>
<Code>SignatureDo (truncated...)
SignatureDoesNotMatch (client): The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details. - <ErrorResponse xmlns="http://ses.amazonaws.com/doc/2010-12-01/">
<Error>
<Type>Sender</Type>
<Code>SignatureDoesNotMatch</Code>
<Message>The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details.</Message>
</Error>
<RequestId>dcd5aad8-e909-4090-ba0d-e0a61a12e346</RequestId>
</ErrorResponse>
 
@Pavan - Also make sure the time on your server is in sync, use NTP or chrony to do this.
<Message>The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details.</Message>
This is what this message says, that the time on your server is way off versus the time on the amazon servers.
 
Getting this error while setting up amazon ses to my delivery system in the backend interface of my application, and I am not getting any option in the customer interface to add servers, why?
 

Attachments

  • mailwizz delivery system.PNG
    mailwizz delivery system.PNG
    53.3 KB · Views: 21
Back
Top