Search found 5 matches
- Thu Sep 05, 2019 8:06 am
- Forum: Administrators
- Topic: OCSP stapling
- Replies: 5
- Views: 2191
Re: OCSP stapling
after upgrading zImbra, we've had to add those lines back again.
- Thu Mar 21, 2019 12:11 pm
- Forum: Zimbra Chat
- Topic: show chat window
- Replies: 1
- Views: 2683
Re: show chat window
seems I've had to reset my zimlet settings. The settings showed that the zimlet is active, but somehow it was not.
- Thu Mar 21, 2019 11:57 am
- Forum: Zimbra Chat
- Topic: show chat window
- Replies: 1
- Views: 2683
show chat window
Hello, we have upgraded zimbra from 8.8.8 to 8.8.11 and I wanted to move from zxextras chat to zimbra chat (I don't know why ex-colleague installed zxextras at all, the client only wanted chat feature). I have tried to upgrade zxextras and install zimbra-chat rpm, the zimlet seems to be available an...
- Fri Jul 27, 2018 3:08 pm
- Forum: Administrators
- Topic: OCSP stapling
- Replies: 5
- Views: 2191
Re: OCSP stapling
OK, I have put
ssl_stapling on;
resolver 127.0.0.1;
into templates/nginx.conf.web.https.default.template
and restarted proxy.
according to https://www.digicert.com/help/ it works properly.
ssl_stapling on;
resolver 127.0.0.1;
into templates/nginx.conf.web.https.default.template
and restarted proxy.
according to https://www.digicert.com/help/ it works properly.
- Thu Jul 26, 2018 2:01 pm
- Forum: Administrators
- Topic: OCSP stapling
- Replies: 5
- Views: 2191
OCSP stapling
Hello, since Chrome 68 requires using CT log for all certificates signed after 2018/5/1, and since our cert provider recommends doing it using OCSP stapling, I would like to implement the OCSP stapling to zimbra. We have Zimbra open source 8.8.7, and nginx is used as proxy, which is good since its v...