Hello!
Some hints: If you change from http to https you also must change the port from e.g. 8080 to 443. But usually 443 will aready be used by the webserver of ILIAS. So you must use another port. And because the chatserver should run as a special user (e.g. www-data or 'chat') you cannot use ports <1024. The best way could be using a port like 3443 (instead of 443). But then many firewalls must support this port.
The better solution using https would be using the chatserver together with an proxy. For ILIAS 6 see here:
https://github.com/ILIAS-eLearning/ILIAS/tree/release_6/Modules/Chatroom
Ciao, Joo
Some hints: If you change from http to https you also must change the port from e.g. 8080 to 443. But usually 443 will aready be used by the webserver of ILIAS. So you must use another port. And because the chatserver should run as a special user (e.g. www-data or 'chat') you cannot use ports <1024. The best way could be using a port like 3443 (instead of 443). But then many firewalls must support this port.
The better solution using https would be using the chatserver together with an proxy. For ILIAS 6 see here:
https://github.com/ILIAS-eLearning/ILIAS/tree/release_6/Modules/Chatroom
Ciao, Joo