Hi All,
Due to the recent security problem found in SSLv3, otherwise known as Poodle, we want to disable this on our Zimbra servers to force use of TLS instead.
Unfortunately when we did that our Z-Push connections went down as Z-Push Zimbra Backend is using SSLv3 to communicate with the Zimbra server.
Does anyone know if it is possible to modify the configuration of Z-Push Zimbra Backend to use TLS instead of the now untrusted SSLv3? I've tried to have a look at this but don't know if its simply a case or defining 'CURLOPT_SSL_CIPHER_LIST = TLSv1' and removing 'CURLOPT_SSLVERSION = 3'.
Thanks for any replies.