Closed hj-beckers closed 3 years ago
@hj-beckers Do you mind to import your custom certificates into Nextcloud via occ security:certificates:import
? it might be that there is a problem with https://github.com/nextcloud/server/pull/21090 (see comment https://github.com/nextcloud/server/pull/21090#issuecomment-726997785)
If this is the case try to revert the change in #21090.
Fixed by imported certificates and https://github.com/nextcloud/server/pull/24556
@hj-beckers Do you mind to import your custom certificates into Nextcloud via
occ security:certificates:import
? it might be that there is a problem with #21090 (see comment #21090 (comment))Makes no difference. If this is the case try to revert the change in #21090. How would i do that? Doesn't that need an installed git?
Updating to 20.0.3 solved the problem.
When I try to update/install apps from the appstore, I get the message: "Error: Could not download app XXXX". We use a MITM-proxy and uptonow it was sufficient to append our own certificate to/files_external/rootcerts.crt.
This message comes from lib/private/Installer.php line 379 belonging to public function downLoadApp{$appId, $allowUnstable = false} ? The 2002 versions is different versus the 19.0x version in regard auf this variable $allowUnstable
diff output:
In the nextcloud log is a curl complaint about a self signed certificate (in former releases this was corrected by the above mentioned certificate copy):
Versions: openSUSE 15.2, nextcloud 20.0.2, php 7.4.6, mariadb. 10.4.14. In a installation with opensuse 15.1, nc 19.0.5, php 7.2.5 and the same certificate appended to rootcerts.crt there are no problems. Any hints?