Well, I'm using this config: https://stackoverflow.com/questions/51721771/apache-openmeetings-4-0-4-csrf-attack-when-using-apache2-as-proxypass
(it is for 4.0, but should work for 5.0 with minor or none changes) Please create another question on SO - I'll share working 5.0 config :) On Wed, 18 Mar 2020 at 20:38, Michael Brohl <[email protected]> wrote: > > Yes, we have an Apache Webserver in front of Tomcat, using ajp: > > ProxyPass / ajp://localhost:8009/ > ProxyPassReverse / ajp://localhost:8009/ > > What should be added to make it work? > > Thanks, > > Michael > > > Am 18.03.20 um 14:35 schrieb Maxim Solodovnik: > > Yep, > > > > seems you are using front-end proxy and WebSocket connection is not > > being proxied .... > > Is this the case? > > > > On Wed, 18 Mar 2020 at 20:34, Michael Brohl <[email protected]> > > wrote: > >> Hi, > >> > >> thanks for the quick response! > >> > >> The console shows an error (translated): "Firefox cannot establish a > >> connection under > >> wss://<domain.tld>/openmeetings/wicket/websocket?pageId=0&wicket-ajax-baseurl=.&wicket-app-name=OpenmeetingsApplication" > >> > >> Does this sound familiar? > >> > >> Thanks, > >> > >> Michael > >> > >> > >> Am 18.03.20 um 14:27 schrieb Maxim Solodovnik: > >>> Hello, > >>> > >>> Do you have any errors in browser console? (usually available after > >>> F12 is pressed) ? > >>> > >>> On Wed, 18 Mar 2020 at 20:26, Michael Brohl <[email protected]> > >>> wrote: > >>>> Hi, > >>>> > >>>> I did a fresh install of OpenMeetings 5.0.0-M3 and the Kurento media > >>>> server as described in the installation guide. The web based > >>>> configuration went well and I get the login screen. > >>>> > >>>> After login, I get a permant loading animation (circulating big dots) > >>>> and a chat line on the right bottom of the screen. No menus or links to > >>>> call functionality. > >>>> > >>>> The openmeetings.log shows no errors. > >>>> > >>>> Any idea what could be wrong? > >>>> > >>>> Thanks, > >>>> > >>>> Michael > >>>> > >>>> > >>>> > > > -- WBR Maxim aka solomax
