Page 1 of 1

TLS v 1.3

Posted: Sat Sep 22, 2018 1:00 pm
by Harery
hi folks

how i can enable TLS v 1.3 ?
:idea:

Re: TLS v 1.3

Posted: Sun Sep 30, 2018 2:21 am
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.

Re: TLS v 1.3

Posted: Fri Oct 05, 2018 2:06 am
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:

Re: TLS v 1.3

Posted: Sat Oct 27, 2018 12:17 pm
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