Hello Peter, I wouldn't say its a problem ... Just feature :))) WS URL is determined from first request: https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.java#L270 I was under impression self and proxy url should be enough ....
On Tue, 26 May 2020 at 20:27, Peter Dähn <[email protected]> wrote: > Hi Maxim, > > 5443 tomcat and 443 apache > > Is this a problem at all? > > Greetings Peter > > Am 26.05.20 um 15:20 schrieb Maxim Solodovnik: > > Hello Peter, > > > > Is it possible you are using your OM from both ports 5443 and 443? > > > > On Tue, 26 May 2020 at 19:38, Maxim Solodovnik <[email protected]> > wrote: > > > >> Hello Peter, > >> > >> On Tue, 26 May 2020 at 19:16, Peter Dähn <[email protected]> wrote: > >> > >>> Hi Maxim, > >>> > >>> in general it is working. > >>> > >>> We have two problems. > >>> > >>> !st: We are using apache to use port 443 for om. > >>> > >>> So calls to https://HOST:5443/openmeetings are working and calls to > >>> https://HOST/openmeetings fail because csp is always "connect-src > 'self' > >>> wss://tools.vcrp.de:5443;". Other browser than Safari are working with > >>> it... > >>> > >> We have same config on demo-next > >> And the headers are > >> connect-src 'self' wss://om.alteametasoft.com:8443 > >> > >> I'll try to double-check ... > >> > >> > >> > >>> And 2nd: > >>> > >>> After turn on the cam it is always maximized in the foreground and need > >>> to witch back to work in om. > >>> > >>> Please have a look at the video.... > >>> > >>> https://seafile.rlp.net/d/56586ffbf66041c080f1/ > >> > >> Interesting effect > >> will try to google it > >> > >> > >> > >>> > >>> Greetings Peter > >>> > >>> > >>> > >>> > >>> > >>> > >>> Am 25.05.20 um 15:51 schrieb Maxim Solodovnik: > >>>> Hello Peter, > >>>> > >>>> can you check the headers? > >>>> we do have code to add connect-src .... > >>>> > >>> > https://github.com/apache/openmeetings/blob/master/openmeetings-db/src/main/java/org/apache/openmeetings/db/dao/basic/ConfigurationDao.java#L607 > >>>> On Mon, 25 May 2020 at 20:18, Peter Dähn <[email protected]> wrote: > >>>> > >>>>> Hi Maxim, > >>>>> > >>>>> I got an answer right now. > >>>>> > >>>>> OM will not loaded on iOS. > >>>>> > >>>>> Follwing error in browser console: > >>>>> > >>>>> [Error] Refused to connect to > >>>>> > >>> > wss://HOST/openmeetings/wicket/websocket?pageId=9&wicket-ajax-baseurl=.&wicket-app-name=OpenmeetingsApplication > >>>>> because it does not appear in the connect-src directive of the > Content > >>>>> Security Policy. > >>>>> [Error] SecurityError: The operation is insecure. > >>>>> (anonyme Funktion) > >>>>> (wicket-websocket-jquery-ver-29EE6DB13608D2FF8FA87145C855EA2A.js:54) > >>>>> initialize > >>>>> (wicket-websocket-jquery-ver-29EE6DB13608D2FF8FA87145C855EA2A.js:54) > >>>>> (anonyme Funktion) > >>>>> (wicket-ajax-jquery-ver-879E69CE0008A25B4BFE7F939F9A1A12.js:1:1026) > >>>>> (anonyme Funktion) > >>>>> (wicket-websocket-jquery-ver-29EE6DB13608D2FF8FA87145C855EA2A.js:120) > >>>>> (anonyme Funktion) (Skriptelement 9:8) > >>>>> (anonyme Funktion) (Skriptelement 9:10) > >>>>> Globaler Code (Skriptelement 9:11) > >>>>> insertBefore > >>>>> addElement > >>>>> (wicket-ajax-jquery-ver-879E69CE0008A25B4BFE7F939F9A1A12.js:1:21791) > >>>>> (anonyme Funktion) > >>>>> (wicket-ajax-jquery-ver-879E69CE0008A25B4BFE7F939F9A1A12.js:1:20781) > >>>>> i > >>> (wicket-ajax-jquery-ver-879E69CE0008A25B4BFE7F939F9A1A12.js:1:552) > >>>>> (anonyme Funktion) > >>>>> (wicket-ajax-jquery-ver-879E69CE0008A25B4BFE7F939F9A1A12.js:1:744) > >>>>> (anonyme Funktion) > >>>>> (wicket-ajax-jquery-ver-879E69CE0008A25B4BFE7F939F9A1A12.js:1:865) > >>>>> (anonyme Funktion) > >>>>> (wicket-ajax-jquery-ver-879E69CE0008A25B4BFE7F939F9A1A12.js:1:903) > >>>>> u > >>> (wicket-ajax-jquery-ver-879E69CE0008A25B4BFE7F939F9A1A12.js:1:20175) > >>>>> Greetings Peter > >>>>> > >>>>> Am 22.05.20 um 16:34 schrieb Maxim Solodovnik (Jira): > >>>>>> [ > >>> > https://issues.apache.org/jira/browse/OPENMEETINGS-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114102#comment-17114102 > >>>>> ] > >>>>>> Maxim Solodovnik commented on OPENMEETINGS-2369: > >>>>>> ------------------------------------------------ > >>>>>> > >>>>>> [~p_daehn] any chance you can check on iOS? > >>>>>> > >>>>>>> Prioritize camera facing the user by default > >>>>>>> -------------------------------------------- > >>>>>>> > >>>>>>> Key: OPENMEETINGS-2369 > >>>>>>> URL: > >>>>> https://issues.apache.org/jira/browse/OPENMEETINGS-2369 > >>>>>>> Project: Openmeetings > >>>>>>> Issue Type: Improvement > >>>>>>> Components: Audio/Video > >>>>>>> Affects Versions: 5.0.0-M5 > >>>>>>> Reporter: Konstantin Kuzov > >>>>>>> Assignee: Maxim Solodovnik > >>>>>>> Priority: Minor > >>>>>>> Fix For: 5.0.0-M5 > >>>>>>> > >>>>>>> > >>>>>>> If user don't setup his webcam/mic settings before entering a room > >>>>> suggest to browser that front-camera should be used if it is > available. > >>>>>> -- > >>>>>> This message was sent by Atlassian Jira > >>>>>> (v8.3.4#803005) > >>> > >> -- > >> Best regards, > >> Maxim > >> > > > > -- Best regards, Maxim
