View Single Post
  #9 (permalink)  
Old 12-09-2008, 05:45 PM
jjzhuang jjzhuang is offline
Zimbra Employee
 
Posts: 1,688
Default

could you please send me a screenshot of the error message you see? it sounds like your imap or smtp server is doing STARTTLS, which is a variation of SSL in that the connection is first established over plain socket and then negotiated into a secure channel. Please also include zdesktop.log right after it fails.

We are required to enforce this as it's considered a security risk. Please understand that you are using beta software so thing will get changed. We'll try to do our best to provide workarounds.

In this case, the easiest workaround is to add a key to <install>/conf/localconfig.xml:

<key name="data_source_trust_self_signed_certs">
<value>true</value>
</key>

then restart desktop server.
Reply With Quote