How to disable TLSv1

Revision as of 14:19, 15 May 2019 by Teodor Vizirov (talk | contribs) (Created page with "=How to disable TLSv1= {{KB|{{ZC}}|{{ZCS 8.8}}|{{ZCS 8.7}}||}} {{WIP}} ==Problem== The purpose of this article is to show how to disable TLSv1 on Zimbra server. ==Resolu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

How to disable TLSv1

   KB 23852        Last updated on 2019-05-15  




5.00
(one vote)


Problem

The purpose of this article is to show how to disable TLSv1 on Zimbra server.


Resolution

There are couple of components for which we can disable TLSv1:

1. Disable TLSv1 for proxy server/s:

$ zmprov mcf -zimbraReverseProxySSLProtocols TLSv1


2. Disable TLSv1 in Jetty for HTTPS, IMAPS, POP3S, and STARTTLS (including LMTP)

$ zmprov ms `zmhostname` -zimbraMailboxdSSLProtocols TLSv1 


3. Disable TLSv1 for ports 465, 587 and 25:

$ zmprov mcf zimbraMtaSmtpTlsProtocols '!SSLv2,!SSLv3,!TLSv1'
$ zmprov mcf zimbraMtaSmtpdTlsProtocols '!SSLv2,!SSLv3,!TLSv1'
$ zmprov mcf zimbraMtaSmtpTlsMandatoryProtocols '!SSLv2,!SSLv3,!TLSv1' 
$ zmprov mcf zimbraMtaSmtpdTlsMandatoryProtocols '!SSLv2,!SSLv3,!TLSv1' 


These same commands can be used to disable also TLSv1.1 if needed.


Verified Against: Zimbra Collaboration 8.8.11, 8.8.12 Date Created: 15/05/2019
Article ID: https://wiki.zimbra.com/index.php?title=How_to_disable_TLSv1 Date Modified: 2019-05-15



Try Zimbra

Try Zimbra Collaboration with a 60-day free trial.
Get it now »

Want to get involved?

You can contribute in the Community, Wiki, Code, or development of Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube channel to get the latest webinars, technology news, product overviews, and so much more.
Go to the YouTube channel »


Wiki/KB reviewed by SME1 SME2 COPY EDITOR Last edit by Teodor Vizirov
Jump to: navigation, search