[Solved] SSL Certificate not updated

Hello
I have onlyoffice-documentserver (8.3.2-19) install on a Linux server with nginx.
Everything works fine (I use it since year with Nextcloud)
But today I get a Certificate expired
And indeed If I had a look at the certificate from the browser I get a certificate expired the 4 of April.

But when watching at hte cert used by nginx and declared in the “/etc/onlyoffice/documentserver/nginx/ds.conf” file, the certificate has a valid date ?

openssl x509 -noout -text -in /etc/ssl/certs/onlyoffice.mydomain.net.crt
Certificate:
Data:
Version: 3 (0x2)
Serial Number:
04:4f:3f:ca:21:79:ac:b2:20:2f:ec:6c:b8:92:53:fc:cd:df
Signature Algorithm: sha256WithRSAEncryption
Issuer: C = US, O = Let’s Encrypt, CN = R11
Validity
Not Before: Mar 5 01:17:40 2025 GMT
Not After : Jun 3 01:17:39 2025 GMT
Subject: CN = onlyoffice.mydomain.net

Initialy I thought about a nginx error, but I have other web site on the server manage by nginx with other valid certificate, and this web site works this the same certificate in the nginx conf and in the web browser.

I was wondering if there where not a place in openoffice where the certificate couls be stored and remain whatever the nginx update it?

If you have some tests idea?

Thanks

Argh… I forget I had a proxy (a pfsense) that forward to the right server depending of the url.
And this proxy check the SSL certificate.
And unfortunaly HA proxy in Pfsense does not update his certificate dynamicly but only at boot…
=> A Pfsense reboot solve my problmee that was not link to Onlyoffice server :wink:

1 Like