Zimbra4ucs and TLSv1

hi, if someone uses the zimbra4ucs connector with the latest zimbra patch the tls < 1.2 is disabled and the connector stopped working because the file:

/usr/share/pyshared/pythonzimbra/tools/urllib2_tls.py

there is set ssl_version=ssl.PROTOCOL_TLSv1, just change it to:

ssl_version=ssl.PROTOCOL_TLSv1_2

to make it work again.

bb.

Mastodon