Dear all,
I am just testing the "official" owncloud via docker example (oc-eval) as described here:
https://doc.owncloud.com/server/10.15/admin_manual/installation/docker/
Since I have a rented headless server with only console access (and to enable https), I set an apache reverse proxy entry like:
#owncloud with docker
ProxyRequests Off
ProxyPass "/owncloud" "http://crypt1c.mooo.com:8080"
ProxyPassReverse "/owncloud" "http://crypt1c.mooo.com:8080"
There s content displayed, but owncloud says it is an untrusted domain, even if i accessed the config.php in the docker container and added the lines of my domain and ip:
'trusted_domains' =>
array (
0 => 'localhost',
1 => 'crypt1c.mooo.com',
2 => '217.154.196.64',
),
Unfortunately, I do not have too much experience to handle what i see in the browser debug window. How to fix?
Steps to reproduce
-
open my URL: https://crypt1c.mooo.com/owncloud
-
(see error messages in debug window)
Expected behaviour
Owncloud test instance should show up
Actual behaviour
see response when opening the URL(1)
Server configuration
Operating system: debian (Strato)
Web server: apache
Database: (from the oc docker image)
PHP version: (from the oc docker image)
ownCloud version: (from the oc docker image)
Updated from an older ownCloud or fresh install: fresh
Where did you install ownCloud from: docker image example
Signing status (ownCloud 9.0 and above):
not yet possible
The content of config/config.php:
root@5a790b26bf7b:/var/www/owncloud/config# cat config.php
<?php
$CONFIG = array (
'apps_paths' =>
array (
0 =>
array (
'path' => '/var/www/owncloud/apps',
'url' => '/apps',
'writable' => false,
),
1 =>
array (
'path' => '/var/www/owncloud/custom',
'url' => '/custom',
'writable' => true,
),
),
'trusted_domains' =>
array (
0 => 'localhost',
1 => 'crypt1c.mooo.com',
2 => '217.154.196.64',
),
'datadirectory' => '/mnt/data/files',
'dbtype' => 'sqlite',
'dbhost' => '',
'dbname' => 'owncloud',
'dbuser' => '',
'dbpassword' => '',
'dbtableprefix' => 'oc_',
'log_type' => 'owncloud',
'supportedDatabases' =>
array (
0 => 'sqlite',
1 => 'mysql',
2 => 'pgsql',
),
'upgrade.disable-web' => true,
'default_language' => 'en',
'overwrite.cli.url' => 'http://localhost/',
'htaccess.RewriteBase' => '/',
'logfile' => '/mnt/data/files/owncloud.log',
'memcache.local' => '\\OC\\Memcache\\APCu',
'filelocking.enabled' => true,
'passwordsalt' => 'qGYiujSTYQxun3Y20d/uoiejUMeLp6',
'secret' => 'cGlN9qrJdo6GdghBeHo9zajTDwmT1/6cFfmIhb1sFDTx680Q',
'version' => '10.15.3.0',
'allow_user_to_change_mail_address' => '',
'logtimezone' => 'UTC',
'installed' => true,
'instanceid' => 'oc5fex0vxhhm',
);
List of activated apps:
docker image default
Are you using external storage, if yes which one: no
Are you using encryption: no
Are you using an external user-backend, if yes which one: no
Client configuration
Browser: Firefox
Operating system: Ubuntu
Logs
Web server error log
Sat Sep 13 06:20:12.015035 2025] [core:error] [pid 1857:tid 1857] [remote 217.154.196.64:8080] AH01961: failed to enable ssl support [Hint: if using mod_ss>
[Sat Sep 13 06:20:12.015122 2025] [proxy:error] [pid 1857:tid 1857] AH00961: https: failed to enable ssl support for 217.154.196.64:8080 (crypt1c.mooo.com)
[Sat Sep 13 06:20:27.464432 2025] [core:error] [pid 1859:tid 1859] [remote 217.154.196.64:8080] AH01961: failed to enable ssl support [Hint: if using mod_ss>
[Sat Sep 13 06:20:27.464494 2025] [proxy:error] [pid 1859:tid 1859] AH00961: https: failed to enable ssl support for 217.154.196.64:8080 (crypt1c.mooo.com)
ownCloud log (data/owncloud.log)
Insert your ownCloud log here
Browser log
Insert your browser log here, this could for example include:
GET
https://crypt1c.mooo.com/owncloud
[HTTP/1.1 400 Bad Request 800ms]
Loading failed for the <script> with source “https://crypt1c.mooo.com/core/vendor/moment/min/moment-with-locales.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f”. owncloud:36:102
GET
https://crypt1c.mooo.com/core/vendor/handlebars/handlebars.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f
[HTTP/1.1 404 Not Found 61ms]
Loading failed for the <script> with source “https://crypt1c.mooo.com/core/vendor/handlebars/handlebars.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f”. owncloud:37:93
GET
https://crypt1c.mooo.com/core/vendor/blueimp-md5/js/md5.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f
[HTTP/1.1 404 Not Found 60ms]
Loading failed for the <script> with source “https://crypt1c.mooo.com/core/vendor/blueimp-md5/js/md5.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f”. owncloud:38:90
GET
https://crypt1c.mooo.com/core/vendor/bootstrap/js/tooltip.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f
[HTTP/1.1 404 Not Found 53ms]
Loading failed for the <script> with source “https://crypt1c.mooo.com/core/vendor/bootstrap/js/tooltip.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f”. owncloud:39:92
GET
https://crypt1c.mooo.com/core/vendor/backbone/backbone.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f
[HTTP/1.1 404 Not Found 64ms]
Loading failed for the <script> with source “https://crypt1c.mooo.com/core/vendor/backbone/backbone.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f”. owncloud:40:89
GET
https://crypt1c.mooo.com/core/vendor/es6-promise/es6-promise.auto.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f
[HTTP/1.1 404 Not Found 60ms]
Loading failed for the <script> with source “https://crypt1c.mooo.com/core/vendor/es6-promise/es6-promise.auto.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f”. owncloud:41:100
GET
https://crypt1c.mooo.com/core/vendor/davclient.js/lib/client.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f
[HTTP/1.1 404 Not Found 63ms]
Loading failed for the <script> with source “https://crypt1c.mooo.com/core/vendor/davclient.js/lib/client.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f”. owncloud:42:95
GET
https://crypt1c.mooo.com/core/vendor/clipboard/dist/clipboard.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f
[HTTP/1.1 404 Not Found 60ms]
Loading failed for the <script> with source “https://crypt1c.mooo.com/core/vendor/clipboard/dist/clipboard.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f”. owncloud:43:96
GET
https://crypt1c.mooo.com/core/vendor/bowser/src/bowser.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f
[HTTP/1.1 404 Not Found 55ms]
Loading failed for the <script> with source “https://crypt1c.mooo.com/core/vendor/bowser/src/bowser.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f”. owncloud:44:89
GET
https://crypt1c.mooo.com/core/js/jquery.ocdialog.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f
[HTTP/1.1 404 Not Found 61ms]
Loading failed for the <script> with source “https://crypt1c.mooo.com/core/js/jquery.ocdialog.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f”. owncloud:45:83
GET
https://crypt1c.mooo.com/core/js/oc-dialogs.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f
[HTTP/1.1 404 Not Found 62ms]
Loading failed for the <script> with source “https://crypt1c.mooo.com/core/js/oc-dialogs.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f”. owncloud:46:78
GET
https://crypt1c.mooo.com/core/js/js.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f
[HTTP/1.1 404 Not Found 66ms]
Loading failed for the <script> with source “https://crypt1c.mooo.com/core/js/js.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f”. owncloud:47:70
GET
https://crypt1c.mooo.com/core/js/l10n.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f
[HTTP/1.1 404 Not Found 57ms]
Loading failed for the <script> with source “https://crypt1c.mooo.com/core/js/l10n.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f”. owncloud:48:72
GET
https://crypt1c.mooo.com/core/js/octemplate.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f
[HTTP/1.1 404 Not Found 71ms]
Loading failed for the <script> with source “https://crypt1c.mooo.com/core/js/octemplate.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f”. owncloud:49:78
GET
https://crypt1c.mooo.com/core/js/eventsource.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f
[HTTP/1.1 404 Not Found 59ms]
Loading failed for the <script> with source “https://crypt1c.mooo.com/core/js/eventsource.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f”. owncloud:50:79
GET
https://crypt1c.mooo.com/core/js/config.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f
[HTTP/1.1 404 Not Found 60ms]
Loading failed for the <script> with source “https://crypt1c.mooo.com/core/js/config.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f”. owncloud:51:74
GET
https://crypt1c.mooo.com/core/search/js/search.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f
[HTTP/1.1 404 Not Found 72ms]
Loading failed for the <script> with source “https://crypt1c.mooo.com/core/search/js/search.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f”. owncloud:52:81
GET
https://crypt1c.mooo.com/core/js/oc-requesttoken.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f
[HTTP/1.1 404 Not Found 68ms]
Loading failed for the <script> with source “https://crypt1c.mooo.com/core/js/oc-requesttoken.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f”. owncloud:53:83
GET
https://crypt1c.mooo.com/core/js/apps.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f
[HTTP/1.1 404 Not Found 60ms]
Loading failed for the <script> with source “https://crypt1c.mooo.com/core/js/apps.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f”. owncloud:54:72
GET
https://crypt1c.mooo.com/core/js/mimetype.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f
[HTTP/1.1 404 Not Found 62ms]
Loading failed for the <script> with source “https://crypt1c.mooo.com/core/js/mimetype.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f”. owncloud:55:76
GET
https://crypt1c.mooo.com/core/js/mimetypelist.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f
[HTTP/1.1 404 Not Found 63ms]
Loading failed for the <script> with source “https://crypt1c.mooo.com/core/js/mimetypelist.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f”. owncloud:56:80
GET
https://crypt1c.mooo.com/core/vendor/snapjs/dist/latest/snap.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f
[HTTP/1.1 404 Not Found 53ms]
Loading failed for the <script> with source “https://crypt1c.mooo.com/core/vendor/snapjs/dist/latest/snap.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f”. owncloud:57:95
GET
https://crypt1c.mooo.com/core/vendor/select2/select2.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f
[HTTP/1.1 404 Not Found 76ms]
Loading failed for the <script> with source “https://crypt1c.mooo.com/core/vendor/select2/select2.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f”. owncloud:58:87
GET
https://crypt1c.mooo.com/core/js/oc-backbone.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f
[HTTP/1.1 404 Not Found 65ms]
Loading failed for the <script> with source “https://crypt1c.mooo.com/core/js/oc-backbone.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f”. owncloud:59:79
GET
https://crypt1c.mooo.com/core/js/oc-backbone-webdav.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f
[HTTP/1.1 404 Not Found 64ms]
Loading failed for the <script> with source “https://crypt1c.mooo.com/core/js/oc-backbone-webdav.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f”. owncloud:60:86
GET
https://crypt1c.mooo.com/core/js/placeholder.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f
[HTTP/1.1 404 Not Found 73ms]
Loading failed for the <script> with source “https://crypt1c.mooo.com/core/js/placeholder.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f”. owncloud:61:79
GET
https://crypt1c.mooo.com/core/js/jquery.avatar.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f
[HTTP/1.1 404 Not Found 63ms]
Loading failed for the <script> with source “https://crypt1c.mooo.com/core/js/jquery.avatar.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f”. owncloud:62:81
GET
https://crypt1c.mooo.com/core/js/files/fileinfo.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f
[HTTP/1.1 404 Not Found 54ms]
Loading failed for the <script> with source “https://crypt1c.mooo.com/core/js/files/fileinfo.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f”. owncloud:63:82
GET
https://crypt1c.mooo.com/core/js/files/client.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f
[HTTP/1.1 404 Not Found 67ms]
Loading failed for the <script> with source “https://crypt1c.mooo.com/core/js/files/client.js?v=46b3dfefedc4f1c0bb401a7c6aaa1b5f”. owncloud:64:80
GET
https://crypt1c.mooo.com/core/img/favicon-touch.png
[HTTP/1.1 404 Not Found 0ms]
GET
https://crypt1c.mooo.com/core/img/favicon.ico
[HTTP/1.1 404 Not Found 0ms]