View Single Post
  #1 (permalink)  
Old 05-29-2008, 04:00 PM
relay23 relay23 is offline
Intermediate Member
 
Posts: 19
Default zmtlsctl command not completing successfully

Hi, I have seen the various posts and the bug out there for network edition regarding the change to http from redirect and vice-versa and I have tried to modify my web.xml and web.xml.in files as appropriate and i'm still not having any luck. I uncommented the redirect block in web.xml and it actually redirects me to https, but there is nothing listening on 443 apparently.

I am on 5.05 (open source edition) on Ubuntu 7.10 trying to change from "http" to "redirect" (or "both") for that matter. Aside from this weirdness everything else (including godaddy cert import) works like a champion. I know the cert is good because when i go to my 7071 admin port via https, there is no longer a self-signed certificate complaint.

Here's what is happening:

sudo -u zimbra ./zmtlsctl redirect

Setting tls mode to redirect
Updating /opt/zimbra/mailboxd/etc/jetty.xml.in...done.
Updating /opt/zimbra/jetty/etc/zimbra.web.xml.in...done.
Updating /opt/zimbra/jetty/etc/zimbraAdmin.web.xml.in...done.
Updating PROTOCOL MODE in /opt/zimbra/mailboxd/etc/zimbra.web.xml.in...done.
Rewriting config files for webxml and mailboxd...failed.

When I look at the server options using the zmprov tool I see this:
zimbraMailMode: http

Here is what my nmap looks like, obviously nothing listening on 443, that is obviously the problem. How do i get it to listen on https?

PORT STATE SERVICE
22/tcp open ssh
25/tcp open smtp
53/tcp open domain
110/tcp open pop3
139/tcp open netbios-ssn
143/tcp open imap
445/tcp open microsoft-ds
465/tcp open smtps
631/tcp open ipp
902/tcp open iss-realsecure-sensor
953/tcp open rndc
993/tcp open imaps
995/tcp open pop3s
3306/tcp open mysql
5900/tcp open vnc
8009/tcp open ajp13
8888/tcp open sun-answerbook

thanks

Last edited by relay23; 05-29-2008 at 04:35 PM..
Reply With Quote