Quantcast
Viewing all articles
Browse latest Browse all 1238

/etc • Re: Zimbra Enabling SSLv3

Apart from the usual advice of not using such horribly outdated and unsupported software ...
What `openssl version` do you have on Ubuntu 9? It could be that re-enabling TLS v1.0 is enough (as this TLS version was disabled in recent Zimbra patches). I really wouldn't re-enable SSLv3 on anything Internet connected.

Depending on whether you use nginx proxy or connect directly to mailboxd without proxy:

with proxy:

Code:

zmprov gcf zimbraReverseProxySSLProtocolszmprov mcf +zimbraReverseProxySSLProtocols TLSv1.0zmprov mcf +zimbraReverseProxySSLProtocols TLSv1.1zmprov gcf zimbraReverseProxySSLProtocols
without proxy:

Code:

zmprov gcf zimbraMailboxdSSLProtocolszmprov mcf +zimbraMailboxdSSLProtocols TLSv1.0zmprov mcf +zimbraMailboxdSSLProtocols TLSv1.1zmprov gcf zimbraMailboxdSSLProtocols
and restart Zimbra.

Statistics: Posted by ghen — Wed Jan 10, 2024 8:55 am



Viewing all articles
Browse latest Browse all 1238

Trending Articles