Error 1006

486 views
Skip to first unread message

Sakis

unread,
May 13, 2021, 12:57:42 PM5/13/21
to BigBlueButton-dev
I use bbb 2.2.36 and today I cannot activate the mic. I get an 1006 error.
Yesterday everything was ok. I have nοt changed anything on my server.
When I run bbb-conf --check, I get this:

# Potential problems described below

# Warning: You have this server defined for https, but in
#
#   /etc/bigbluebutton/nginx/sip.nginx
#
#  did not find the use of https in definition for proxy_pass
#
#            proxy_pass http://MYSERVER_IP:5066;
#

# Warning: You have this server defined for https, but in
#
#   /etc/bigbluebutton/nginx/sip.nginx
#
#  did not find the use of port 7443 in definition for proxy_pass
#
#            proxy_pass http://MYSERVER_IP:5066;

and this is my /etc/bigbluebutton/nginx/sip.nginx

location /ws {
        proxy_pass http:// MYSERVER_IP :5066;
        proxy_http_version 1.1;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection "Upgrade";
        proxy_read_timeout 6h;
        proxy_send_timeout 6h;
        client_body_timeout 6h;
        send_timeout 6h;

        auth_request /bigbluebutton/connection/checkAuthorization;
        auth_request_set $auth_status $upstream_status;
}


Eliezer Salas

unread,
May 13, 2021, 1:16:49 PM5/13/21
to BigBlueButton-dev
Same here but am getting a 1002 error today, no changes have been made to the server and freeswitch is running without errors, everything works but the mic

Sakis

unread,
May 13, 2021, 1:25:24 PM5/13/21
to BigBlueButton-dev
Well, I have just found a solution

/etc/bigbluebutton/nginx/sip.nginx

change this :
proxy_pass http:// MYSERVER_IP :5066;

with: 
proxy_pass https://MYSERVER_IP:7443;

It worked for me

Eliezer Salas

unread,
May 13, 2021, 1:31:36 PM5/13/21
to BigBlueButton-dev
I had it configured on 7443 since day one, just ran --check and found this :

# Error: Unable to connect to port 1935 (RTMP) on bbb.punkusaber.com
# Error: Could not detect FreeSWITCH listening on port 5060

Ali Alhaidary

unread,
May 13, 2021, 3:40:08 PM5/13/21
to bigblueb...@googlegroups.com

Is it better to change it? we have been using it on the default of 5066

Ali

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/1e3359f8-71e8-46a0-a2c9-84ac1b3701e2n%40googlegroups.com.

Fred Dixon

unread,
May 13, 2021, 10:30:58 PM5/13/21
to BigBlueButton-dev
See


and the reference to 1006 error.

Regards,... Fred




--
BigBlueButton Developer

Like BigBlueButton?  Tweet us at @bigbluebutton

Ali Alhaidary

unread,
May 13, 2021, 10:52:39 PM5/13/21
to bigblueb...@googlegroups.com

Thanks, with each email we learn something new...

Ali

Johan wasserfall

unread,
May 14, 2021, 2:07:57 AM5/14/21
to bigblueb...@googlegroups.com

This does not help as there are files missing or not in the same place for the ssl setup between version 2.2 and 2.3

chandrasiris

unread,
May 14, 2021, 12:57:44 PM5/14/21
to bigblueb...@googlegroups.com
Hi,
I fixed it by reinstalling (overwriting) with install.sh

Regards
Chandrasiri

Reply all
Reply to author
Forward
0 new messages