API sending http instead of https in URLs

30 views
Skip to first unread message

fv

unread,
Oct 31, 2024, 8:56:44 PM10/31/24
to BigBlueButton-Setup
Hello all,

I just updated to BBB version 2.7.15 from 2.7.12 and now when I access recordings via API the server is sending back a URL that begins with http instead of https.

I noticed that running bbb-conf --check gave me the potential problem of port 7443 not being used in  /usr/share/bigbluebutton/nginx/sip.nginx so I updated that but the problem with http URLs  from the API persists.

This all use to work flawlessly prior to 2.7.15. I update via the /bbb-install.sh

Thank you in advance for any help!

fv

unread,
Nov 1, 2024, 1:09:20 AM11/1/24
to BigBlueButton-Setup
I just did a fresh install with bbb-install.sh and it ran with a good result i.e. no potential problems. However the API request for recordings is still returning with http instead of https which produces a content error in the web browser console:

fv

unread,
Nov 1, 2024, 1:55:03 AM11/1/24
to BigBlueButton-Setup
With further testing it seems only a few recordings have the http vs https problem. Where can i find the stored URL for recordings?

fv

unread,
Nov 1, 2024, 2:14:16 AM11/1/24
to BigBlueButton-Setup
I found the URL in metadata.xml so I ran 

find . -type f -name "metadata.xml" -exec sed -i 's|<link>http:|<link>https:|g' {} +

And it fixed the problem!
Reply all
Reply to author
Forward
0 new messages