EFForg / action-center-platform

The EFF Action Center Platform
GNU Affero General Public License v3.0
452 stars 61 forks source link

SES signature version error #873

Open cvrebert opened 3 years ago

cvrebert commented 3 years ago

When attempting to sign https://act.eff.org/action/speak-up-for-strong-encryption-rules-in-congress , the following error message is displayed:

<?xml version="1.0" encoding="UTF-8"?> <error>
<name>Net::SMTPAuthenticationError</name>
<message>535 Signature Version 2 is deprecated for use with SES from March 26, 2021.
From that date on, we are progressively rejecting such requests.
To resolve the issue, you must migrate to Signature Version 4.
If you created your SMTP credentials in the SES Console, please create new credentials and replace the former ones.
If you are deriving Signature Version 2 credentials from a IAM user, please start using the Signature Version 4 algorithm:
https://docs.aws.amazon.com/ses/latest/DeveloperGuide/smtp-credentials.html </message> </error>

eff-ses-err