Hi,
Understand that Amazon SES supports TLSv1.0, TLSv1.1 and TLSv1.2, with 1.0 as the default. From their doc, "Amazon SES sends messages over a TLS-protected connection (TLS version 1.0 only) by default. Amazon SES supports opportunistic TLS in all regions and you don't need to take any action to enable it."
Spoke to their support team and they mentioned TLS handshake depends on the configuration at the client side. Tried to configure apache2.conf (ubuntu) to only TLSv1.2, but the emails sent did not seem to be with v1.2 but still 1.0:
(TLSv1:AES128-SHA:128)
(Exim 4.87)
(envelope-from <0100015cbf983dc3-7628b5d4-04f3-4f25-bd06-9a2b52d01c55-000000@amazonses.com>)
Is there a configuration setting in mailwizz that I need to change? Or am i reading the header right?
Ed
Understand that Amazon SES supports TLSv1.0, TLSv1.1 and TLSv1.2, with 1.0 as the default. From their doc, "Amazon SES sends messages over a TLS-protected connection (TLS version 1.0 only) by default. Amazon SES supports opportunistic TLS in all regions and you don't need to take any action to enable it."
Spoke to their support team and they mentioned TLS handshake depends on the configuration at the client side. Tried to configure apache2.conf (ubuntu) to only TLSv1.2, but the emails sent did not seem to be with v1.2 but still 1.0:
(TLSv1:AES128-SHA:128)
(Exim 4.87)
(envelope-from <0100015cbf983dc3-7628b5d4-04f3-4f25-bd06-9a2b52d01c55-000000@amazonses.com>)
Is there a configuration setting in mailwizz that I need to change? Or am i reading the header right?
Ed