Unable to access web client
I have successfully installed Zimbra. I am able to manage my user accounts at this URL:
https://server.example.com:7071/zimbraAdmin/
I have my mail server setup on a internet access where my ISP blocks port 80. I changed the http port in the Zimbra configuration to port 8000. Port 7070 is not blocked.Port 443 is blocked too.
I am unable to connect to the web client at any of these ports:
https://server.example.com:7070/zimbra
https://server.example.com:7070/
http://server.example.com:7070/zimbra
http://server.example.com:7070/
https://server.example.com/zimbra
https://server.example.com/
http://server.example.com/zimbra
http://server.example.com/
http://server.example.com:8000/zimbra
http://server.example.com:8000/
https://server.example.com:8000/zimbra
https://server.example.com:8000/
I think that my issue is that I did not modify the port that SSL is going over. I would like to move this to port 8001. This is just a test server, so I am not worried about security so much as I just want to get up and running for evaluation purposes.
So my questions are:
1) Am I using the correct URLs to access the Web Client?
2) How can I manually change the port that Zimbra is communicating over SSL (from 443 to 8001)? How would this affect the URL that I use?
Thanks! I am a newbie.:eek:
Can't get http port to listen
I'm trying to get my zimbra to listen to port 8080 for http and 443 for https. Port 443 is working fine, but Tomcat never listens for 8080.
I looked at the server.xml and 8080 is known, but it's commented out!
HTML Code:
<!-- user services connector, no SSL -->
<!-- HTTPBEGIN
<Connector port="8080"
acceptCount="1024" URIEncoding="UTF-8"
enableLookups="false" redirectPort="443"
maxThreads="100" minSpareThreads="100" maxSpareThreads="100"/>
HTTPEND -->
My zimbraMailPort is set to 8080
<code>
bin]$ ./zmprov gcf zimbraMailPort
zimbraMailPort: 8080
</code>
I think my zimbraMailMode is https, is that the problem? Does that disable http entirely? Will iCal synchronization work over https?
Thanks.