Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

SES listContacts: The request signature we calculated does not match #307

Closed
Aracif opened this issue Jul 24, 2022 · 6 comments
Closed

SES listContacts: The request signature we calculated does not match #307

Aracif opened this issue Jul 24, 2022 · 6 comments
Assignees
Labels
bug Something isn't working service-api This issue pertains to the AWS API sesv2

Comments

@Aracif
Copy link

Aracif commented Jul 24, 2022

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 my SesV2Client 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)"
image
image

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

  1. Create a contact list with a topic
  2. Add a contact to the topic in the contact list created in step 1
  3. Attempt to list the contacts added to the topic

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

@Aracif Aracif added bug Something isn't working needs-triage labels Jul 24, 2022
@debora-ito
Copy link
Member

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 ListContacts and ListImportJobs.

Since this impacts other SDKs, I'll move to the aws/aws-sdk repo for visibility. I will update the issue if there are any changes.

@debora-ito debora-ito transferred this issue from aws/aws-sdk-java Jul 26, 2022
@debora-ito debora-ito added service-api This issue pertains to the AWS API sesv2 labels Jul 26, 2022
@debora-ito debora-ito self-assigned this Aug 1, 2022
@debora-ito
Copy link
Member

D43060473

@sandycs-protoss
Copy link

Hi. Is this bug fixed?
Thanks

@peterehik-px
Copy link

This appears to still be a problem, is there a solution coming anytime soon?

@bhoradc
Copy link

bhoradc commented Mar 27, 2024

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,
Chaitanya

@bhoradc bhoradc closed this as completed Mar 27, 2024
Copy link

This issue is now closed.

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working service-api This issue pertains to the AWS API sesv2
Projects
None yet
Development

No branches or pull requests

5 participants