Page MenuHomePhorge

style.css and files_api.js only http not https
Closed, InvalidPublic

Assigned To
None
Authored By
Detlef
Jun 4 2021, 7:36 AM
Referenced Files
F7154494: Incident_1.png
Jun 4 2021, 7:36 AM
F7154497: Incident.png
Jun 4 2021, 7:36 AM
F7154512: packagelist.txt
Jun 4 2021, 7:36 AM

Description

rpm -qv pykolab
pykolab-0.8.19-1.9.el7.kolab_16.noarch

I run the Kolab server in the standard version with http protocol.
This can be reached from the Internet via https using an HA proxy.
All requests that come via https are redirected to port 80 to the Kolab server.

During troubleshooting (files can only be accessed internally via http) I noticed that
http://mail.domain.de/chwala/skins/default/images/mimetypes/style.css
and
http://mail.domain.de/chwala/js/files_api.js
do not reply to https.
All other files run over https.

Incident.png (379×1 px, 53 KB)

Incident_1.png (228×1 px, 33 KB)

Details

Ticket Type
Task

Event Timeline

The kolab_files plugin has some configuration. You can set these to an absolute URLs.

// URL of kolab-chwala installation
$config['kolab_files_url'] = '/chwala/';

// Optional URL of kolab-chwala installation for connections
// made by the Roundcube host. Useful when the chwala host name does not
// resolve on the server to the same IP as on the client.
// By default kolab_files_url will be used.
$config['kolab_files_server_url'] = '';

thanks, but it is set:
// URL of kolab-chwala installation
$config['kolab_files_url'] = '/chwala/';
sorry of late answer ..

You can pass a full url there.