Hello Xavier, In 5.0.0 the changes need to be done in https://github.com/apache/openmeetings/blob/master/openmeetings-server/src/main/assembly/conf/server.xml#L55 -- <Connector port="5080" protocol="HTTP/1.1" ++ <Connector port="5080" scheme="https" secure="true" protocol="HTTP/1.1"
On Mon, 5 Aug 2019 at 19:27, Xavier M <[email protected]> wrote: > Hello, > > I'm trying to secure OpenMeetings 5.0.0 with a Proxy (on an > Apache-Server). I tried to follow these instructions to configure the > Virtual Host: > > https://stackoverflow.com/questions/51721771/apache-openmeetings-4-0-4-csrf-attack-when-using-apache2-as-proxypass/51783235#51783235 > > But I could not find the file corresponding to "conf/jee-container.xml". > There exists a /opt/open500/conf/ directory, but no jee-container.xml. > Where is it to be found? > > For your information: all seems to work when I connect to > http://domain.eu:5080/openmeetings/ (I sign in and access to > OpenMeetings). But when I connect to > https://openmeetings.domain.eu/openmeetings/, (the virtual host with > servername openmeetings.domain.eu being configured as described in > Stackoverflow), I have an access to the log in formular, but nothing > happens when I click on "Sign in". > > Could you please provide me help? > Thanks, > Xavier > > -- WBR Maxim aka solomax
