Trying to upgrade to 0.27 I got the error with Z-Push with regards ssl certificates. After working around it by disabling git ssl verification I get a 502 error:
Mail-in-a-Box Version: v0.27
Updating system packages...
Installing system packages...
Initializing system random number generator...
Firewall is active and enabled on system startup
Installing nsd (DNS server)...
Installing Postfix (SMTP server)...
Installing Dovecot (IMAP server)...
Installing OpenDKIM/OpenDMARC...
Installing SpamAssassin...
bayes: synced databases from journal in 0 seconds: 1228 unique entries (2039 total entries)
Installing Nginx (web server)...
Installing Roundcube (webmail)...
Installing Nextcloud (contacts/calendar)...
Nextcloud is already latest version
Installing Z-Push (Exchange/ActiveSync server)...
fatal: unable to access 'https://stash.z-hub.io/scm/zp/z-push.git/': The requested URL returned error: 502
If I try a simple clone, it just stays there indefinitely it seems:
git clone https://stash.z-hub.io/scm/zp/z-push.git/
fatal: unable to access 'https://stash.z-hub.io/scm/zp/z-push.git/': The requested URL returned error: 502
Does anyone else have the same issue?