You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run DNS A record for ownCloud instance through Cloudflare proxy
Generate and install a Cloudflare Origin certificate
Attempt to run the ownCloud updater from a browser, and receive the below error
Expected behaviour
The upater should proceed to the update initialization screen after browsing to /updater, and entering the relevant password.
Actual behaviour
This error is produced in the browser. ownCloud isn't able to resolve my domain, and this seems to be due to the Origin certificate. If the Cloudflare proxy is temporarily disabled, and then re-enabled, it is possible to get to a broken version of the update page before cache catches up. All variables just say "undefined", though, and it's not possible to actually initiate the update. A screenshot is below. cURL will also complain about the certificate being self-signed (obviously) just before getting to this broken version.
Client error: `POST https://localhost/index.php/occ/config:list` resulted in a `404 Not Found` response: <!DOCTYPE html> <html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <meta h (truncated...)
Server configuration
Operating system: AlmaLinux 8
Web server: Apache/2.4.62
Database: MariaDB 10.6.19
PHP version: 7.4 (PHP-FPM)
ownCloud version: 10.14.0 (stable)
Updated from an older ownCloud or fresh install: Updated
Where did you install ownCloud from: Tarball
Signing status (ownCloud 9.0 and above): Unsigned
Login as admin user into your ownCloud and access
http://example.com/index.php/settings/integrity/failed
paste the results into https://gist.github.com/ and puth the link here.
Are you using external storage, if yes which one: No
Are you using encryption: Yes
Are you using an external user-backend, if yes which one: No
Client configuration
Browser: Mozilla Firefox 129.0.1
Operating system: Pop!_OS 22.04
Logs
Web server error log
None generated
ownCloud log (data/owncloud.log)
Oddly enough, I do not have this app installed any more, but this same message is being generated over and over. It may be unrelated to the issue at hand, but I'm including it regardless. For what it's worth, reinstalling it doesn't help, either.
This one looks more that it requires a fix on the underlying operating system / DNS setup though (ownCloud isn't resolving anything, this is PHP with the help of the OS). Could be also related to owncloud/updater#729
Steps to reproduce
Expected behaviour
The upater should proceed to the update initialization screen after browsing to /updater, and entering the relevant password.
Actual behaviour
This error is produced in the browser. ownCloud isn't able to resolve my domain, and this seems to be due to the Origin certificate. If the Cloudflare proxy is temporarily disabled, and then re-enabled, it is possible to get to a broken version of the update page before cache catches up. All variables just say "undefined", though, and it's not possible to actually initiate the update. A screenshot is below. cURL will also complain about the certificate being self-signed (obviously) just before getting to this broken version.
Server configuration
Operating system: AlmaLinux 8
Web server: Apache/2.4.62
Database: MariaDB 10.6.19
PHP version: 7.4 (PHP-FPM)
ownCloud version: 10.14.0 (stable)
Updated from an older ownCloud or fresh install: Updated
Where did you install ownCloud from: Tarball
Signing status (ownCloud 9.0 and above): Unsigned
No errors have been found.
The content of config/config.php:
https://gist.github.com/Joomsy/501c7f676c8c723d9c25674cb4c04a19
List of activated apps:
Are you using external storage, if yes which one: No
Are you using encryption: Yes
Are you using an external user-backend, if yes which one: No
Client configuration
Browser: Mozilla Firefox 129.0.1
Operating system: Pop!_OS 22.04
Logs
Web server error log
ownCloud log (data/owncloud.log)
Oddly enough, I do not have this app installed any more, but this same message is being generated over and over. It may be unrelated to the issue at hand, but I'm including it regardless. For what it's worth, reinstalling it doesn't help, either.
Browser log
See above
The text was updated successfully, but these errors were encountered: