You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to use the S3 api just fine, but SES is failing due to TlsNotSupported.
For starters, the docs mention to use email-smtp.us-west-2.amazonaws.com, while the code has email.us-west-2.amazonaws.com. Is this still expected to work?
The error code also shows the request attempting to use port 443, whereas the SES dashboard mentions to use 25, 465 or 587. There are also docs related to using special SMTP credentials instead of the usual AWS access keys.
I'm not sure if the source code is out of date, or if I'm not using the SES api correctly. Any help would be great. Thanks!
The text was updated successfully, but these errors were encountered:
I was able to use the S3 api just fine, but SES is failing due to
TlsNotSupported
.For starters, the docs mention to use
email-smtp.us-west-2.amazonaws.com
, while the code hasemail.us-west-2.amazonaws.com
. Is this still expected to work?The error code also shows the request attempting to use port 443, whereas the SES dashboard mentions to use 25, 465 or 587. There are also docs related to using special SMTP credentials instead of the usual AWS access keys.
I'm not sure if the source code is out of date, or if I'm not using the SES api correctly. Any help would be great. Thanks!
The text was updated successfully, but these errors were encountered: