Zimbra Web Client Https

Post feedback about our hosted demo or your local install. Tell us what you love and/or what you’d like to see added in the future.
Post Reply
marcelo.sotomayor
Posts: 1
Joined: Thu Apr 09, 2020 12:23 am

Zimbra Web Client Https

Post by marcelo.sotomayor »

Hello,

I have worked like 2 years with Zimbra and there was no problem, like 6 months ago, I installed Let's Encrypt SSL Certificate to get zimbra HTTPS web client, I have followed the tutorial: https://wiki.zimbra.com/wiki/Installing ... ertificate , and it went fine, but now, some users are telling me that their web clients quit suddenly to the login page, I thought it was the certificate has expired, but it is normal, and when I am writing an email, the state changes from https (secure) to unsecure, is this normal? it happens only when I am writing an email. Hope anyone has an answer.

Greetings,
Peq
Posts: 20
Joined: Mon Nov 19, 2018 7:37 am

Re: Zimbra Web Client Https

Post by Peq »

Hi Marcelo
I've discovered that some users does get stuck when the certificate renews

I've also followed that guide - and do not having thios issue.
I've created the following for handling the renewing of certificate

Code: Select all

Crontab: 
01 22 */15 * * /scripts/renew.sh

#!/bin/bash
#
# This script nrenewing the letsencrypt certs

# Starting the script
/bin/systemctl stop apache2

sleep 3

/usr/bin/certbot renew --pre-hook "/usr/local/bin/certbot_zimbra.sh -p -j" --renew-hook "/usr/local/bin/certbot_zimbra.sh -r -j"
I found a guide for forcing all trafic through zimbra to https from http
Post Reply