Help for https on bbb

226 views
Skip to first unread message

vislagger dah

unread,
Jul 25, 2022, 7:47:35 PM7/25/22
to BigBlueButton-dev
Hello everyone.
I need to install my ssl certificat on bbb but
After put the file ony nginx  i dont always get https.

Help me please !


 

detlef....@gmx.de

unread,
Jul 26, 2022, 2:23:01 AM7/26/22
to bigblueb...@googlegroups.com
Clear Cache from Browser and try again

Detlef

--
Diese Nachricht wurde von meinem Android Mobiltelefon mit GMX Mail gesendet.
Am 26.07.22, 01:47 schrieb vislagger dah <visl...@gmail.com>:
--
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/a119ee95-fb2f-49c5-8f60-5960ef9692can%40googlegroups.com.

Jean Pluzo

unread,
Jul 26, 2022, 2:43:39 AM7/26/22
to BigBlueButton-dev
Hi,

the community would be able to help you better if you give us more info.
- Errors?
- What's your setup?
- Which BBB Version are you using?
- What kind of certificate are you using (certbot, other)?

Regards,

J.

vislagger dah

unread,
Jul 27, 2022, 3:45:17 AM7/27/22
to BigBlueButton-dev
good morning. i used bbb 2.5 on ubuntu 20.04. the machine is deployed for chamilo using. its in a vpn and this is my bbb-conf --check,  and bbb-conf --debug. i hide the IP adress:
              

Bbb-conf –check

--------------------------

BigBlueButton Server 2.5.2 (3031)

Kernel version: 5.4.0-121-generic

Distribution: Ubuntu 20.04.4 LTS (64-bit)

Memory: 16393 MB

CPU cores: 4


/etc/bigbluebutton/bbb-web.properties (override for bbb-web)

/usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties (bbb-web)

bigbluebutton.web.serverURL: http://videoelearning.cnps.ci

defaultGuestPolicy: ALWAYS_ACCEPT

svgImagesRequired: true

defaultMeetingLayout: CUSTOM_LAYOUT


/etc/nginx/sites-available/bigbluebutton (nginx)

server_name: videoelearning.cnps.ci

port: 80, [::]:80

port: 443 ssl


/opt/freeswitch/etc/freeswitch/vars.xml (FreeSWITCH)

local_ip_v4: xxxxxxxxx

external_rtp_ip: xxxxxxxxx

external_sip_ip: xxxxxxxxxx


/opt/freeswitch/etc/freeswitch/sip_profiles/external.xml (FreeSWITCH)

ext-rtp-ip: $${local_ip_v4}

ext-sip-ip: $${local_ip_v4}

ws-binding: :5066

wss-binding: :7443


/usr/local/bigbluebutton/core/scripts/bigbluebutton.yml (record and playback)

playback_host: videoelearning.cnps.ci

playback_protocol: http

ffmpeg: 4.2.7-0ubuntu0.1


/usr/share/bigbluebutton/nginx/sip.nginx (sip.nginx)

proxy_pass: xxxxxxxxx

protocol: http


/usr/local/bigbluebutton/bbb-webrtc-sfu/config/default.yml (Kurento SFU)

/etc/bigbluebutton/bbb-webrtc-sfu/production.yml (Kurento SFU - override)

kurento.ip: xxxxxxxxxx

kurento.url: ws://127.0.0.1:8888/kurento

kurento.sip_ip: xxxxxxxxxx

recordScreenSharing: true

recordWebcams: true

codec_video_main: VP8

codec_video_content: VP8


/usr/share/meteor/bundle/programs/server/assets/app/config/settings.yml (HTML5 client)

/etc/bigbluebutton/bbb-html5.yml (HTML5 client config override)

build: 2815

kurentoUrl: wss://videoelearning.cnps.ci/bbb-webrtc-sfu

enableListenOnly: true

sipjsHackViaWs: false


/usr/share/bbb-web/WEB-INF/classes/spring/turn-stun-servers.xml (STUN Server)

stun: stun.l.google.com:19302



# Potential problems described below


# Warning: Did not detect https for API demos in

#

# /var/lib/tomcat9/webapps/demo/bbb_api_conf.jsp

#

................................................................................

# Error: Could not connect to the configured hostname/IP address

#

# http://videoelearning.cnps.ci/

#

# If your BigBlueButton server is behind a firewall, see FAQ.


# Warning: The API demos are installed and accessible from:

#

# http://videoelearning.cnps.ci

#

# and

#

# http://videoelearning.cnps.ci/demo/demo1.jsp

#

# These API demos allow anyone to access your server without authentication

# to create/manage meetings and recordings. They are for testing purposes only.

# If you are running a production system, remove them by running:

#

# apt-get purge bbb-demo




bbb-conf –debug

----------------------------

-- Errors found in /var/log/nginx/error.log --

2022/07/22 16:28:47 [error] 467621#467621: *1 open() "/var/www/bigbluebutton-default/bigbluebutton/api" failed (2: No such file or directory), client: xxxxxxxxx, server: videoelearning.cnps.ci, request: "GET /bigbluebutton/api HTTP/1.1", host: "videoelearning.cnps.ci"               

"/var/www/bigbluebutton-default/bigbluebutton/api/getMeetingInfo" failed (2: No such file or directory), client: xxxxxxxx, server: videoelearning.cnps.ci, request: "GET /bigbluebutton/api/getMeetingInfo?meetingID=1&password=RECHERCHEmod&checksum=5c904014e7a96f7d275694e1583f60b1c0f41c4f HTTP/1.1", host: "videoelearning.cnps.ci"


-- Errors found in /var/log/syslog --

Jul 22 16:28:34 videoelearning bundle[274005]: SignalException: SIGTERM

Jul 22 16:28:35 videoelearning bundle[274232]: Original Exception (Redis::CannotConnectError): Error connecting to Redis on 127.0.0.1:6379 (Errno::ECONNREFUSED)

Jul 22 16:28:35 videoelearning bundle[274232]: /usr/local/bigbluebutton/core/vendor/bundle/ruby/2.7.0/gems/rake-13.0.6/lib/rake/application.rb:186:in `standard_exception_handling'



** Potential problems described below **


#

# Info: playback protocol set to http instead of https

#


#

# Warning: /var/log/bigbluebutton/bbb-rap-worker.log is missing.

#


#

# Warning: /var/log/bigbluebutton/sanity.log is missing.

#


#

# Warning: /var/log/bigbluebutton/post_process.log is missing.

#


#

# Warning: /var/log/bigbluebutton/post_publish.log is missing.

#


#

# Warning: /var/log/bigbluebutton/bbb-recording-cleanup.log is missing.

#

sd...@distancelearning.cloud

unread,
Jul 27, 2022, 7:19:25 AM7/27/22
to bigblueb...@googlegroups.com

Just a guess,

 

Try putting just the server name without the /bigbluebutton/api

 

Regards,

Stephen

vislagger dah

unread,
Jul 28, 2022, 8:56:53 AM7/28/22
to BigBlueButton-dev
i have tried but nothing change. I need to active the https using my own certificat and i need so. ta solve the problem can't not connect to the hostame ip address.

Mustafa Uğur ATAŞ

unread,
Jul 28, 2022, 8:59:42 AM7/28/22
to bigblueb...@googlegroups.com
Can you try this command:

sudo apt-get install bbb-record-core

Regards,

Mustafa

vislagger dah

unread,
Jul 29, 2022, 11:29:55 PM7/29/22
to BigBlueButton-dev
Ok i tried and i come back.
Reply all
Reply to author
Forward
0 new messages