Well, I would prefer if you can set up M4-SNAPSHOT and check if Moodle user can login This will require modified Moodle plugin (available in sources only https://github.com/openmeetings/openmeetings-moodle-plugin) Or if the issue is reproducible for you Maybe you can share your steps? Everything works as expected at my test system :(
On Tue, 31 Mar 2020 at 14:11, Mikhail Zhmurin <[email protected]> wrote: > Ok that definetely worked! That's one problem solved! Thank you very much. > Still the problem with chrome stays. You mentioned earlier about this fix > https://issues.apache.org/jira/browse/OPENMEETINGS-2202 . Does this > address incorrect hash problem for chrome? If yes what should I do with > this? Sorry for asking suck a newbie questions, I'm fairly new to system > administration in general. If you need validation that I'm accesing om > rooms from moodle having only 1 om tab opened I can record a video. I can > also ask my colleague to make the video where he succesfully logs into the > room in chrome using the exact same moodle user. > > вт, 31 мар. 2020 г. в 12:27, Maxim Solodovnik <[email protected]>: > >> yep >> I was right: >> https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Feature-Policy#Directives >> `display-capture >> <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Feature-Policy/display-capture>` >> should be added >> >> can you try to add it locally (into `renderer.php`) and tell me if it >> will help? >> >> On Tue, 31 Mar 2020 at 13:20, Maxim Solodovnik <[email protected]> >> wrote: >> >>> Screen-sharing might be some additional restriction for >>> `iframe-based-paged` >>> >>> https://github.com/openmeetings/openmeetings-moodle-plugin/blob/master/renderer.php#L138 >>> >>> And this might be FF limitation only >>> (I'll check) >>> >>> Have you tried latest SNAPSHOT? >>> >>> On Tue, 31 Mar 2020 at 13:15, Mikhail Zhmurin <[email protected]> >>> wrote: >>> >>>> Unfortunately I was not able to solve it using links you provided. >>>> To answer your questions: >>>> 1. We are using let'encrypt for ssl certificates >>>> 2. "Modulekey" is unique for every moodle instance >>>> Another thing I noticed about firefox: when I'm authorizing >>>> through moodle (when logging through moodle domain name remains the same) >>>> in firefox I can acces the room but cannot start screensharing with error " >>>> NotAllowedError: The request is not allowed by the user agent or the >>>> platform in the current context." BUT when I'm logging in firefox directly >>>> into OM (using om's own domain name) and accesing rooms from om's >>>> dashboard screensharing is working fine. Users who are able to acces rooms >>>> through moodle in chrome have no problems accesing screensharing. I'm >>>> growing suspicious that certificates that I installed for moodle might be >>>> the cause because one way or another logging through moodle causes >>>> different problems in different browsers but logging directly into OM >>>> through om's own domen name shows no problems on both browsers. Keep in >>>> mind that I logged into OM directly using only admin's account . Never >>>> checked direct om authorization with moodle users because moodle users >>>> don't have rights to acces om's dashboard. >>>> >>>> вт, 31 мар. 2020 г. в 11:41, Maxim Solodovnik <[email protected]>: >>>> >>>>> This one I have already answered :))) >>>>> https://markmail.org/message/a7quq4clhxoojrc5 >>>>> >>>>> send some links >>>>> ask questions >>>>> >>>>> can you answer those? >>>>> Additionally one NPE was fixed >>>>> https://issues.apache.org/jira/browse/OPENMEETINGS-2202 >>>>> Can you check if latest SNAPSHOT works better? ( >>>>> https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/ >>>>> ) >>>>> >>>>> >>>>> On Tue, 31 Mar 2020 at 12:18, Mikhail Zhmurin < >>>>> [email protected]> wrote: >>>>> >>>>>> Hello, I’m having a weird issue. When I’m trying to acces the room in >>>>>> OM from moodle I’m getting invalid hash error. What’s weird it’s that it >>>>>> works just fine in firefox but I’m getting “acces denied. You have no >>>>>> rights to enter this room ” in chrome. I’ve read here that it might >>>>>> happen >>>>>> if you have OM opened in 2 tabs, I’ve checked it in incognito with 1 tab >>>>>> only, closed everything else, issue stays. I have multiple moodle >>>>>> instances >>>>>> using 1 om. “Modulekeys” are different for each moodle instance. We’ve >>>>>> noticed that we have multiple users from different moodle instances under >>>>>> the same login. We deleted those users but the issue stays. Another weird >>>>>> thing is, same user can acces the room in chrome from 1 pc but cannot do >>>>>> it >>>>>> from another pc. You may say that the issue is with the particular pc but >>>>>> one of the moodle instances has like 150 users and about 20% of users >>>>>> reporting this problem in chrome and not a single problem with firefox. >>>>>> We >>>>>> installed 2 identical chrome versions on 2 different pcs one logs in with >>>>>> no problem and the other one getting error. >>>>>> >>>>>> >>>>>> >>>>>> Here’s some logs >>>>>> >>>>>> ERROR 03-31 10:55:47.566 o.a.w.DefaultExceptionMapper:170 >>>>>> [io-5443-exec-22] - Unexpected error occurred >>>>>> >>>>>> java.lang.NullPointerException: null >>>>>> >>>>>> >>>>>> >>>>>> I’m really lost at this point, please help. >>>>>> >>>>>> Отправлено из приложения "Почта >>>>>> <https://go.microsoft.com/fwlink/?LinkId=550986>" для Windows 10 >>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> WBR >>>>> Maxim aka solomax >>>>> >>>> >>> >>> -- >>> WBR >>> Maxim aka solomax >>> >> >> >> -- >> WBR >> Maxim aka solomax >> > -- WBR Maxim aka solomax
