secure recordings

53 views
Skip to first unread message

Waqar Younis

unread,
Mar 13, 2022, 3:49:14 AM3/13/22
to BigBlueButton-Setup
I am on moodle and recordings are not securee.
anyone with link can access.
even nginx authentication is not working
please help 


  # Restrict access
    valid_referers server_names
      bbb.site.com;
    if ($invalid_referer) {
      return 404;
    }
  # End - Restrict access
  }

3E Software Solutions

unread,
Mar 13, 2022, 12:25:29 PM3/13/22
to BigBlueButton-Setup
Have you restarted your nginx server after applying this configuration?? If not then you can run following command and then try again:

sudo nginx -t && sudo service nginx reload

Cheers From,
3elearning.online Team

Waqar Younis

unread,
Mar 13, 2022, 1:09:53 PM3/13/22
to bigbluebu...@googlegroups.com
yes but it is not working
 
here is my file

        location /playback/presentation/playback.html {
                return 301 /playback/presentation/0.81/playback.html?$query_string;
                # If you have recordings from 0.9.0 beta versions and are sure
                # that you will never want to play recordings made with
                # BigBlueButton 0.81, comment the line above and uncomment the
                # following line:
                #return 301 /playback/presentation/0.9.0/playback.html?$query_string;
valid_referers server_names
         mymoodlesite.com;
        if ($invalid_referer) {
         return 404;
    }
}

        location /playback/presentation/2.0/playback.html {
                return 301 /playback/presentation/2.3/$arg_meetingId?$query_string;
        }

        location /playback/presentation {
                root    /var/bigbluebutton;
                index  index.html index.htm;
        valid_referers server_names
           mymoodlesite.com;
        if ($invalid_referer) {
         return 404;
    }
}

        location /playback/presentation/2.0/playback.html {
                return 301 /playback/presentation/2.3/$arg_meetingId?$query_string;
        }

        location /playback/presentation {
                root    /var/bigbluebutton;
                index  index.html index.htm;
        valid_referers server_names
        mymoodlesite.com;
        if ($invalid_referer) {
         return 404;
    }
}
--------------------------
root@server ~ # sudo nginx -t && sudo service nginx reload
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful


despite this recordings are still accessable. please guide


--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-s...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-setup/6e0231f2-78fb-438d-91e7-d3edc2e5cbb9n%40googlegroups.com.

Waqar Younis

unread,
Mar 13, 2022, 1:36:02 PM3/13/22
to bigbluebu...@googlegroups.com
I have successfully edited file but now i am getting error in moodle

Unable to join the meeting. Please check the url of the BBB AND check to see if the bigbluebutton server is running.



Reply all
Reply to author
Forward
0 new messages