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:without proxy:and restart Zimbra.
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
Code:
zmprov gcf zimbraMailboxdSSLProtocolszmprov mcf +zimbraMailboxdSSLProtocols TLSv1.0zmprov mcf +zimbraMailboxdSSLProtocols TLSv1.1zmprov gcf zimbraMailboxdSSLProtocols
Statistics: Posted by ghen — Wed Jan 10, 2024 8:55 am