when i install mailinabox get this error
unable to access 'https://stash.z-hub.io/scm/zp/z-push.git/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
Same here.
Thanks, that helped! Looking forward to a true fix (new cert, git mirror with proper ssl, etc).
Thanks just4t ,you advice solved my problem 。
The 'quickfix' doesn't work for me. Maybe because I'm installing mailinabox as root and it has no git user config.
For people having the same issue. This is what helped me:
export GIT_SSL_NO_VERIFY=1; curl -s https://mailinabox.email/setup.sh | sudo -E bash
There is something up with the SSL cert for stash.z-hub.io, Perhaps we can update from the mirror here on github in the meantime? https://github.com/Z-Hub/Z-Push.git
I'd have it reopened since it becomes not only a certificate-related issue now. It is now returning 502. Installation script must get updated correspondingly.
Did you try the fix that's already on the master branch (but not released)?
I'd wait for the release. Thanks!
The fix doesn't have the 502 error problem, so we're good.
Most helpful comment
For people having the same issue. This is what helped me: