Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Mobility > Zimbra Mobile

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-23-2011, 02:23 PM
Junior Member
 
Posts: 8
Default Port forwarding SSL and Zimbra Mobile not working

First and foremost, I apologize if this is a duplicate. I couldn't find anything similar when I searched. Anyway, on with the show:

I only have one public IP address. On the server it is assigned to, I run Zimbra Network Edition. I also have Apache running without SSL. I'd like to enable SSL so that I may run SVN through it. I found a guide on how to reconfigure Zimbra to a different SSL port and then reconfigure Apache to redirect traffic for the mail server to that port.

When that was all said and done, Zimbra worked perfectly through a web browser. It would not work via an Exhange setup on an iPhone or an Android device. It indicated that it could not connect to the server.

Looking at my zimbra logs, the connect never seems to actually make it to the Zimbra server. Nothing in the Apache logs indicate an error. The phone does not provide any valuable logging information.

Here is my Apache config:

<VirtualHost *:80>
ServerName svn.myserver.com
DocumentRoot /var/www/test
</VirtualHost>
<VirtualHost *:443>
ServerName svn.myserver.com
DocumentRoot /var/www/ssl
SSLEngine on
SSLOptions +StrictRequire
SSLCertificateFile /etc/apache2/ssl/apache.pem
</VirtualHost>
<VirtualHost *:443>
ServerName mail.myserver.com
SSLEngine on
SSLProtocol all -SSLv2
SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW
SSLCertificateFile /opt/zimbra/ssl/zimbra/server/server.crt
SSLCertificateKeyFile /opt/zimbra/ssl/zimbra/server/server.key
Redirect / https://mail.myserver.com:60443/
</VirtualHost>


I'm completely stumped by this. Does anyone have any ideas? Thank you for taking the time to help me out.
Reply With Quote
  #2 (permalink)  
Old 07-26-2011, 12:04 PM
Junior Member
 
Posts: 8
Default

Sorry to bump this, I am trying to be patient for the right person to come across this. Any ideas?
Reply With Quote
  #3 (permalink)  
Old 12-30-2011, 07:39 AM
New Member
 
Posts: 3
Default

Did you set the server address as 'mail.myserver.com:60443' on your Android device? It works on my HTC Wildfire S.
Reply With Quote
  #4 (permalink)  
Old 12-30-2011, 10:53 AM
Junior Member
 
Posts: 8
Default

I did not. I was hoping that the android device would be able to just follow the port forward, just as the web browser does. I didn't want to force everyone to change the settings on their mobile device, so I just run HTTPS on a different IP address now.
Reply With Quote
  #5 (permalink)  
Old 12-30-2011, 07:26 PM
New Member
 
Posts: 3
Default

Yep, it's easier to run Zimbra on a separate IP.

In fact, I tried both Redirect and Proxy from Apache to 60443 port, no success. At present we have to specify the port number on Android devices.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.