aheckmann / node-ses

An Amazon SES api for nodejs with proper error handling.
http://aheckmann.github.com/node-ses
MIT License
201 stars 37 forks source link

Signature Version 4 requests that include a signed \'connection\' header #70

Closed alfonsoterron closed 3 years ago

alfonsoterron commented 3 years ago

Hi all,

We are getting this issue, this appeared after AWS upgrade on March 30th.

Locally we were able to fix it comment the following lines:

node-ses/lib/email.js

line 206: //headers['Connection'] = 'Keep-Alive'; line 212: // , headers: headers

If you are able to push this fix we really appreciate it.

Thanks!

markstos commented 3 years ago

This was fixed and released in 3.0.3 of October of last year: https://github.com/aheckmann/node-ses/pull/68

alfonsoterron commented 3 years ago

Oh, we were in the static version!. thanks!