can you run this:
/usr/sbin/update-ca-certificates
and post the output
can you run this:
/usr/sbin/update-ca-certificates
and post the output
root@syncloud:~# /usr/sbin/update-ca-certificates
Updating certificates in /etc/ssl/certs… 0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d…done.
root@syncloud:~#
Ok try these two:
ls -la /etc/ssl/certs/ | grep GlobalSign
ls -la /snap/platform/current/certs | grep GlobalSign
root@syncloud:~# ls -la /etc/ssl/certs/ | grep GlobalSign
lrwxrwxrwx 1 root root 27 Feb 1 2020 062cdee6.0 -> GlobalSign_Root_CA_-_R3.pem
lrwxrwxrwx 1 root root 31 Feb 1 2020 0d69c7e1.0 -> GlobalSign_ECC_Root_CA_-_R4.pem
lrwxrwxrwx 1 root root 27 Feb 1 2020 111e6273.0 -> GlobalSign_Root_CA_-_R2.pem
lrwxrwxrwx 1 root root 31 Feb 1 2020 1d3472b9.0 -> GlobalSign_ECC_Root_CA_-_R5.pem
lrwxrwxrwx 1 root root 27 Feb 1 2020 1e8e7201.0 -> GlobalSign_Root_CA_-_R3.pem
lrwxrwxrwx 1 root root 31 Feb 1 2020 2add47b6.0 -> GlobalSign_ECC_Root_CA_-_R5.pem
lrwxrwxrwx 1 root root 27 Feb 1 2020 4a6481c9.0 -> GlobalSign_Root_CA_-_R2.pem
lrwxrwxrwx 1 root root 22 Feb 1 2020 5ad8a5d6.0 -> GlobalSign_Root_CA.pem
lrwxrwxrwx 1 root root 66 Feb 1 2020 GlobalSign_ECC_Root_CA_-_R4.pem -> /usr/share/ca-certificates/mozilla/GlobalSign_ECC_Root_CA_-_R4.crt
lrwxrwxrwx 1 root root 66 Feb 1 2020 GlobalSign_ECC_Root_CA_-_R5.pem -> /usr/share/ca-certificates/mozilla/GlobalSign_ECC_Root_CA_-_R5.crt
lrwxrwxrwx 1 root root 57 Feb 1 2020 GlobalSign_Root_CA.pem -> /usr/share/ca-certificates/mozilla/GlobalSign_Root_CA.crt
lrwxrwxrwx 1 root root 62 Feb 1 2020 GlobalSign_Root_CA_-_R2.pem -> /usr/share/ca-certificates/mozilla/GlobalSign_Root_CA_-_R2.crt
lrwxrwxrwx 1 root root 62 Feb 1 2020 GlobalSign_Root_CA_-_R3.pem -> /usr/share/ca-certificates/mozilla/GlobalSign_Root_CA_-_R3.crt
lrwxrwxrwx 1 root root 31 Feb 1 2020 b0e59380.0 -> GlobalSign_ECC_Root_CA_-_R4.pem
lrwxrwxrwx 1 root root 22 Feb 1 2020 b0f3e76e.0 -> GlobalSign_Root_CA.pem
root@syncloud:~# ls -la /snap/platform/current/certs | grep GlobalSign
-rw-r--r-- 1 root root 704 Dec 23 11:53 GlobalSign_ECC_Root_CA_-_R4.crt
-rw-r--r-- 1 root root 794 Dec 23 11:53 GlobalSign_ECC_Root_CA_-_R5.crt
-rw-r--r-- 1 root root 1261 Dec 23 11:53 GlobalSign_Root_CA.crt
-rw-r--r-- 1 root root 1229 Dec 23 11:53 GlobalSign_Root_CA_-_R3.crt
-rw-r--r-- 1 root root 1972 Dec 23 11:53 GlobalSign_Root_CA_-_R6.crt
-rw-r--r-- 1 root root 769 Dec 23 11:53 GlobalSign_Root_E46.crt
-rw-r--r-- 1 root root 1915 Dec 23 11:53 GlobalSign_Root_R46.crt
root@syncloud:~#
How about this
ls -la /usr/share/ca-certificates/mozilla/ | grep GlobalSign
root@syncloud:~# ls -la /usr/share/ca-certificates/mozilla/ | grep GlobalSign
-rw-r--r-- 1 root root 704 Feb 6 23:47 GlobalSign_ECC_Root_CA_-_R4.crt
-rw-r--r-- 1 root root 794 Feb 6 23:47 GlobalSign_ECC_Root_CA_-_R5.crt
-rw-r--r-- 1 root root 1261 Feb 6 23:47 GlobalSign_Root_CA.crt
-rw-r--r-- 1 root root 1354 Mar 20 2023 GlobalSign_Root_CA_-_R2.crt
-rw-r--r-- 1 root root 1229 Feb 6 23:47 GlobalSign_Root_CA_-_R3.crt
-rw-r--r-- 1 root root 1972 Feb 6 23:47 GlobalSign_Root_CA_-_R6.crt
-rw-r--r-- 1 root root 769 Feb 6 23:47 GlobalSign_Root_E46.crt
-rw-r--r-- 1 root root 1915 Feb 6 23:47 GlobalSign_Root_R46.crt
root@syncloud:~#
One more
grep GlobalSign /etc/ca-certificates.conf
root@syncloud:~# grep GlobalSign /etc/ca-certificates.conf
mozilla/GlobalSign_ECC_Root_CA_-R4.crt
mozilla/GlobalSign_ECC_Root_CA-R5.crt
mozilla/GlobalSign_Root_CA.crt
mozilla/GlobalSign_Root_CA-R2.crt
mozilla/GlobalSign_Root_CA-_R3.crt
root@syncloud:~#
Can you run this and show me the output
ln -s /usr/share/ca-certificates/mozilla/GlobalSign_Root_CA_-_R6.crt /usr/local/share/ca-certificates/
ls -la /usr/local/share/ca-certificates
/usr/sbin/update-ca-certificates
root@syncloud:~# ln -s /usr/share/ca-certificates/mozilla/GlobalSign_Root_CA_-R6.crt /usr/local/share/ca-certificates/
root@syncloud:~#
root@syncloud:~# ls -la /usr/local/share/ca-certificates
total 12
drwxrwsr-x 2 root staff 4096 Feb 22 14:55 .
drwxrwsr-x 6 root staff 4096 Feb 1 2020 …
lrwxrwxrwx 1 root staff 62 Feb 22 14:55 GlobalSign_Root_CA-R6.crt → /usr/share/ca-certificates/mozilla/GlobalSign_Root_CA-_R6.crt
root@syncloud:~#
root@syncloud:~# /usr/sbin/update-ca-certificates
Updating certificates in /etc/ssl/certs… 1 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d…done.
root@syncloud:~#
Hello Boris
The mail server is now working. The only thing I have seen are these error messages from Nextcloud:
There are some warnings regarding your setup.
One or more mimetype migrations are available. Occasionally new mimetypes are added to better handle certain file types. Migrating the mimetypes take a long time on larger instances so this is not done automatically during upgrades. Use the command occ maintenance:repair --include-expensive to perform the migrations.
There is an inactive LDAP configuration: s02
I have tried the command line, but I get the message that it does not recognise this command.
Thank you for your patience and perseverance!
Have a nice weekend.
Try
snap run nextcloud.occ maintenance:repair --include-expensive
snap run nextcloud.occ ldap:delete-config s02
First I will try to make automatic, the second one is already fixed on new installations.
root@syncloud:~# snap run nextcloud.occ maintenance:repair --include-expensive
The following error message is displayed when Nextcloud is started:
Internal Server Error
Can you send logs from Settings?
I have sent the logs.
I have tried to update 2248. This does not work, but does not display an error message.
I will send you the logs again shortly.
This app seems to be not working:
files_antivirus","method":"PUT","url":"/remote.php/webdav/Enpass/vault.enpassdbsync","message":"{\"Exception\":\"RuntimeException\",\"Message\":\"The antivirus executable could not be found at /usr/bin/clamscan
Can you remove it?
snap run nextcloud.occ app:remove files_antivirus
Then try opening nextcloud web
Hi Boris
Thank you very much for your help! A great service!
Nextcloud is working perfectly again.
Only the Syncloud update from 2221 to 2248 does not work.
What can I do?
Can you run this and show the output
snap refresh platform
Also send logs from settings.