The link you gave talks about https if you are using any API to read emails received on SES. How are you checking incoming messages on AWS? if with API then use https, it is over tls 1.2 by default with AWS
If you are doing something else like raw messaging, then ensure you use TLS 1.2 or SSL
Hope this helps. Do share more info on how you are getting the incoming messages if the above answer doesn't help you
How are you checking incoming messages on AWS?
Thanks for the response! Let me clarify, I'm specifically wondering about TLS between an email client and AWS SES, where SES is receiving the email.
What versions of TLS will AWS SES be able to negotiate with the email client?
How the email message is retrieved from SES after the fact doesn't matter for the scope of this question.
Thanks in advance!
Does this help?
https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email.html
Also, from the other docs at Amazon, they support SSL and TLS 1.2 for all communications with SES
Hi @Ben789,
When you select the TLS checkbox in a receipt rule, SES accepts TLS 1.2, TLS 1.1 and TLS 1.0.
Please feel free to contact us if you have any other questions.
Regards.
Relevant questions
Mutual TLS for AWS Lambda Function URL
asked 3 months agoTLS 1.2 + Aurora Serverless MySql
Accepted Answerasked 2 years agoTLS 1.3 support for NLB
Accepted Answerasked 5 months agoEmail from Application Error: Reason : Could not convert socket to TLS
asked 7 months agoMinimum TLS version support for a custom Domain in API Gateway
asked 6 months agoALB TLS Extensions?
Accepted Answerasked 3 years agoCannot send email from within JBoss on EC2: Could not convert socket to TLS
asked 8 months agoTransparent TLS proxy for Keyspaces ?
asked 2 days agoSupported TLS versions for email receiving?
asked a year agoWhen will TLS 1.3 be supported for SES Email Receiving?
asked 2 days ago