Enable TLS on smtp.aa.net.uk: Difference between revisions
Appearance
Content deleted Content added
| Line 64: | Line 64: | ||
Received: from andrew.ec.aa.net.uk ([2001:8b0:1:ec::8]) |
Received: from andrew.ec.aa.net.uk ([2001:8b0:1:ec::8]) |
||
by smtp.aa.net.uk with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) |
by smtp.aa.net.uk with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) |
||
<syntaxhighlight> |
</syntaxhighlight> |
||
Here you can see that TLS 1.2 was used with the ECDHE_RSA_AES_128_GCM_SHA256:128 cipher. |
Here you can see that TLS 1.2 was used with the ECDHE_RSA_AES_128_GCM_SHA256:128 cipher. |
||