-
Notifications
You must be signed in to change notification settings - Fork 16
SES listContacts: The request signature we calculated does not match #307
Comments
Hi @Aracif thank you for reaching out. The SES Team is aware of the issue, it's a problem on the server side. The problem affects SESv2 Since this impacts other SDKs, I'll move to the |
D43060473 |
Hi. Is this bug fixed? |
This appears to still be a problem, is there a solution coming anytime soon? |
Hello @Aracif, We've let the responsible service team know about the issue. They have acknowledged this problem and will be working on the fix for it. We can't share a specific timeline on when this would be fix. I will go ahead and close this issue for now. Regards, |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Describe the bug
I have created an issue here on stackoverflow with very specific details https://stackoverflow.com/questions/73059306/how-to-fix-aws-403-error-check-your-aws-secret-access-key-and-signing-method-w I also found another issue with no answer that is the exact same one as mine here https://stackoverflow.com/questions/69419734/ses-listcontacts-the-request-signature-we-calculated-does-not-match
I will briefly reiterate the details in my stackoverflow question. I can perform multiple SES tasks with out issue including sending emails, creating new contact lists, creating new topics, getting contact lists, etc. However, when i attempt to call
listContacts
on mySesV2Client
client object I always get the following error, "AwsErrorDetails(errorMessage=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., errorCode=InvalidSignatureException, serviceName=SesV2)"I did get a reply on my StackOverflow questions from someone from the aws team who was able to confirm it was also broken for him.
Expected Behavior
Be able to retrieve a list of contacts, especially if other api calls are working.
Current Behavior
Error is thrown, "AwsErrorDetails(errorMessage=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., errorCode=InvalidSignatureException, serviceName=SesV2)"
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
AWS Java SDK version used
2.17.235
JDK version used
corretto-11.0.15
Operating System and version
Windows 10 Pro 21H2
The text was updated successfully, but these errors were encountered: