removing TLS 1/1.1 Adrian
    removing TLS 1/1.1 Synametrics Support
        removing TLS 1/1.1 Adrian

From: Adrian
Date: 7/3/24 6:42 AM
Topic: removing TLS 1/1.1
Type: General Discussions
Post a follow up

how can we remove TLS 1/1.1? I've added these server.properties lines:

tls.protocols.4.smtp=TLSv1.1,TLSv1.2
synametrics.https.sslProtocol=TLSv1.1,TLSv1.2
ssl.cipher.list=TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256


but I see this in the xeams log after a restart:

Secure SMTP server successfully started on port 465, using protocols: SSLv2Hello,TLSv1,TLSv1.1,TLSv1.2

Top

From: Synametrics Support
Date: 7/3/24 8:03 AM
Topic: removing TLS 1/1.1
Type: General Discussions
Post a follow up

I recommend removing these lines from server.properties and ensuring you're using the latest JRE. For details, refer to https://www.xeams.com/jre.htm. Once you use the latest JRE, the older ciphers and protocols will be disabled.

Top

From: Adrian
Date: 7/16/24 7:18 AM
Topic: removing TLS 1/1.1
Type: General Discussions
Post a follow up

this has worked -thank you so much

Top