TLS v 1.3

Ask questions about your setup or get help installing ZCS server (ZD section below).
Post Reply
Harery
Posts: 4
Joined: Sat Sep 22, 2018 12:51 pm

TLS v 1.3

Post by Harery »

hi folks

how i can enable TLS v 1.3 ?
:idea:
User avatar
fs.schmidt
Outstanding Member
Outstanding Member
Posts: 278
Joined: Sat Sep 13, 2014 3:37 am
Location: Brazil
Contact:

Re: TLS v 1.3

Post by fs.schmidt »

Hi,

Please check the zimbraMailboxdSSLProtocols parameter:

Code: Select all

zmprov gcf zimbraMailboxdSSLProtocols
I did not test it, but I think you could simply add TLS v1.3 to it:

Code: Select all

zmprov mcf  +zimbraMailboxdSSLProtocols TLSv1.3
Best regards.
User avatar
ppearl
Advanced member
Advanced member
Posts: 114
Joined: Thu May 15, 2014 7:36 am

Re: TLS v 1.3

Post by ppearl »

ZCS does not have support for TLSv1.3 yet. Keep in mind the equivalent of "GA" releases from OpenSSL and OpenJDK, which ZCS depends on, are quite new. Public bugs:
Harery
Posts: 4
Joined: Sat Sep 22, 2018 12:51 pm

Re: TLS v 1.3

Post by Harery »

fs.schmidt wrote:Hi,

Please check the zimbraMailboxdSSLProtocols parameter:

Code: Select all

zmprov gcf zimbraMailboxdSSLProtocols
I did not test it, but I think you could simply add TLS v1.3 to it:

Code: Select all

zmprov mcf  +zimbraMailboxdSSLProtocols TLSv1.3
Best regards.
doesn't work


ppearl wrote:ZCS does not have support for TLSv1.3 yet. Keep in mind the equivalent of "GA" releases from OpenSSL and OpenJDK, which ZCS depends on, are quite new. Public bugs:
thank-you you save my time for searching
Post Reply