ZCS 8.8 upgrade Proxy port problem

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
MisterM75
Advanced member
Advanced member
Posts: 77
Joined: Sat Aug 05, 2017 7:10 am

ZCS 8.8 upgrade Proxy port problem

Post by MisterM75 »

Hello
Since the update I no longer know how to access the webmail.

Via port 8443 no worries, via port 443, here is the error message:
ERR_EMPTY_RESPONSE
For the message below we forget, it is functional:
warning: /opt/zimbra/common/conf/main.cf, line 819: overriding earlier entry: smtpd_milters=inet:localhost:11332
Thank you for your help

Mz
phoenix
Ambassador
Ambassador
Posts: 27272
Joined: Fri Sep 12, 2014 9:56 pm
Location: Liverpool, England

Re: ZCS 8.8 upgrade Proxy port problem

Post by phoenix »

MisterM75 wrote:Hello
Since the update I no longer know how to access the webmail.

Via port 8443 no worries, via port 443, here is the error message:
ERR_EMPTY_RESPONSE
For the message below we forget, it is functional:
warning: /opt/zimbra/common/conf/main.cf, line 819: overriding earlier entry: smtpd_milters=inet:localhost:11332
Thank you for your help

Mz
If your question does not relate to Rspamd you should start a new thread, I've moved this post to a new thread. Don't forget to search the forums & wiki before you pots, most questions have been asked and answered many times. ;)

Is this a single server? Was the proxy installed before the upgrade? Details of the correct ports and their settings can be found in this document: https://wiki.zimbra.com/wiki/Enabling_Z ... _memcached
Regards

Bill

Rspamd: A high performance spamassassin replacement

Per ardua ad astra
moren
Posts: 27
Joined: Wed Jul 23, 2014 8:39 am
ZCS/ZD Version: 8.7.11_P10

Re: ZCS 8.8 upgrade Proxy port problem

Post by moren »

phoenix
Ambassador
Ambassador
Posts: 27272
Joined: Fri Sep 12, 2014 9:56 pm
Location: Liverpool, England

Re: ZCS 8.8 upgrade Proxy port problem

Post by phoenix »

You may both be hitting this problem: viewtopic.php?f=59&t=62637&p=278532&hil ... se#p278532
Regards

Bill

Rspamd: A high performance spamassassin replacement

Per ardua ad astra
moren
Posts: 27
Joined: Wed Jul 23, 2014 8:39 am
ZCS/ZD Version: 8.7.11_P10

Re: ZCS 8.8 upgrade Proxy port problem

Post by moren »

I do not really understand the discussion in that thread.

Can modify something now to verify and/or fix this issue?
Can something be checked before update to not trigger this problem?

This feels like a show-stopper for upgrads, or is it only affecting some configurations/systems?
moren
Posts: 27
Joined: Wed Jul 23, 2014 8:39 am
ZCS/ZD Version: 8.7.11_P10

Re: ZCS 8.8 upgrade Proxy port problem

Post by moren »

Some additional findings:

If I access the webmail by the hostname it works, but if I access by the generic alias I get the empty response:

postoffice.bxxxol.se => OK
mail.bxxxol.se => FAIL

postoffice.bxxxol.se is the fqdn of the server.
mail.bxxxol.se is a DNS alias to postoffice.bxxxol.se (CNAME)

This "name setup" has worked for years and many updates before.
phoenix
Ambassador
Ambassador
Posts: 27272
Joined: Fri Sep 12, 2014 9:56 pm
Location: Liverpool, England

Re: ZCS 8.8 upgrade Proxy port problem

Post by phoenix »

This didn't affect the two installs that I've done here. You should confirm that it actually is that bug that's affecting you, details are in that report and a fix, specifically comment 6, you should be able to fix it with that: https://bugzilla.zimbra.com/show_bug.cgi?id=108299
Regards

Bill

Rspamd: A high performance spamassassin replacement

Per ardua ad astra
moren
Posts: 27
Joined: Wed Jul 23, 2014 8:39 am
ZCS/ZD Version: 8.7.11_P10

Re: ZCS 8.8 upgrade Proxy port problem

Post by moren »

OK, the problem most likely rise when hostname is not the same as the name used to access the webmail (very common scenario I guess. somehost.domain.com vs mail.domain.com).

This solved it for me:

Code: Select all

$ zmprov md bxxxol.se zimbraVirtualHostname mail.bxxxol.se zimbraVirtualIPAddress 192.168.1.12
$ libexec/zmproxyconfgen
$ zmproxyctl restart
But I really think this should be investigated further and fixed. Many upgrades to 8.8 will fail if this is the case...
MisterM75
Advanced member
Advanced member
Posts: 77
Joined: Sat Aug 05, 2017 7:10 am

Re: ZCS 8.8 upgrade Proxy port problem

Post by MisterM75 »

I confirm that it is right, you have to add the hostname, CNAME among others or subdomain to IP for it to work, it's crazy, because before or can point any subdomain or domain on ip is it works ... :o :o ;) :)
valerbox
Posts: 5
Joined: Mon Sep 11, 2017 8:30 pm

Re: ZCS 8.8 upgrade Proxy port problem

Post by valerbox »

doing the upgrade from 8.7.11 FOSS (Centos 7.3) to 8.8.4 the problem is still there
Post Reply