Several problems with Owncloud web-face with http2 activation

Steps to reproduce

  1. Install owncloud to ubuntu server with http—s sertificate.
  2. Activate http–2 apache module

Expected behaviour

Server must run without problems

Actual behaviour

I will attach link with screen from errors panel in firstreply, Because this window doesnt allows me to attach links :frowning:

When i try to login webui with different browsers, behaviour can be various. And in each case there are several issues with UI display. Look info above.

Google chrome standard mode - no issues

Google chrome incognito mode - white background of UI (no image), cant login via web after entering login/pass combination and pushing enter. Also arrow in password input didn’t showed to user.

Look screens.
If i reboot page i can see interface - but also cant enter in admin panel. (Look screens)
In console tonns of errors 403/

Firefox - issues after login ( Forbidden You don’t have permission to access this resource.).
I can see web ui without problems and can login. But with many error of mime type (look screens)

After login i see many forbidden errors and no one link is working -> (look screens)

This all happens after i enabled http----2 mod on apache. If i manually activate http—1 mode - problems go out.

Server configuration

Operating system:

|Distributor ID:|Ubuntu|
|Description:|Ubuntu 20.04.1 LTS|
|Release:|20.04|
|Codename:|focal|

Web server:

Server version: Apache/2.4.41 (Ubuntu)
Server built: 2020-08-12T19:46:17
Server’s Module Magic Number: 20120211:88
Server loaded: APR 1.6.5, APR-UTIL 1.6.1
Compiled using: APR 1.6.5, APR-UTIL 1.6.1
Architecture: 64-bit
Server MPM: event
threaded: yes (fixed thread count)
forked: yes (variable process count)

Database:

mysql Ver 8.0.22-0ubuntu0.20.04.3 for Linux on x86_64 ((Ubuntu))

PHP version:

PHP 7.4.3 (cli) (built: Oct 6 2020 15:47:56) ( NTS )
Copyright © The PHP Group
Zend Engine v3.4.0, Copyright © Zend Technologies
with Zend OPcache v7.4.3, Copyright ©, by Zend Technologies

ownCloud version: (see ownCloud admin page)

10.6.0 (stable)

Updated from an older ownCloud or fresh install:

Fresh

Where did you install ownCloud from:

Official repo

Signing status (ownCloud 9.0 and above):

No errors have been found.

The content of config/config.php:

‘overwrite.cli.url’ => ‘’,
‘dbtype’ => ‘mysql’,
‘version’ => ‘10.6.0.5’,
‘dbname’ => ‘cloud_owncloud’,
‘dbhost’ => ‘localhost’,
‘dbtableprefix’ => ‘oc_’,
‘mysql.utf8mb4’ => true,
‘dbuser’ => ‘’,
‘dbpassword’ => ‘’,
‘logtimezone’ => ‘UTC’,
‘apps_paths’ =>
array (
0 =>
array (
‘path’ => ‘/var/www/c******/apps’,
‘url’ => ‘/apps’,
‘writable’ => false,
),
1 =>
array (
‘path’ => ‘/var/www/**********/apps-external’,
‘url’ => ‘/apps-external’,
‘writable’ => true,
),
),
‘filelocking.enabled’ => true,
‘memcache.local’ => ‘\OC\Memcache\APCu’,
‘memcache.locking’ => ‘\OC\Memcache\Redis’,
‘redis’ =>
array (
‘host’ => ‘localhost’,
‘port’ => 6379,
),
‘preview_max_x’ => 800,
‘preview_max_y’ => 800,
‘trashbin_retention_obligation’ => ‘auto, 45’,
‘blacklisted_files’ =>
array (
0 => ‘.idea’,
1 => ‘.allure’,
2 => ‘gradlew.bat’,
3 => ‘.todo’,
4 => ‘.hosts’,
5 => ‘gradlew’,
),
‘excluded_directories’ =>
array (
0 => ‘~snapshot’,
1 => ‘.thumb’,
2 => ‘.snapshot’,
3 => ‘.allure’,
4 => ‘.idea’,
5 => ‘.gradle’,
6 => ‘allure-results’,
7 => ‘build’,
8 => ‘gradle’,
9 => ‘target’,
),
‘installed’ => true,
‘mail_domain’ => ‘’,
‘mail_from_address’ => ‘’,
‘mail_smtpmode’ => ‘sendmail’,
‘mail_smtpsecure’ => ‘ssl’,
‘mail_smtphost’ => ‘’,
‘mail_smtpauth’ => 1,
‘mail_smtpport’ => ‘465’,
‘mail_smtpname’ => '
*’,
‘mail_smtppassword’ => '
’,
‘mail_smtpauthtype’ => ‘NTLM’,
);

Are you using external storage, if yes which one: local/smb/sftp/…
no

Are you using encryption:
no

Are you using an external user-backend, if yes which one:
no

Client configuration

Browser:
Chome Version 88.0.4324.96
Firefox 85.0

Operating system:
MacOS

Browser log

https://yadi.sk/d/tUePZzGrd9ZlOQ all screens here

Hey,

maybe the https connection is using a different web server configuration which doesn’t support ownCloud? I think this is a general web server configuration problem and not a problem of ownCloud.