The error above can be caused by a number of issues ranging from an expired ssl certificate or issue with BigBlueButton or Greenlight

The fix for CA Certificate: and if the presentation does not load

  • apt-get install snapd
  • apt-get remove -y certbot
  • snap install certbot –classic
  • certbot renew –force-renewal –preferred-chain “ISRG Root X1”
  • bbb-conf –clean
  • sudo systemctl restart ngnix

How to update Greenlight

  • cd /root/greenlight
  • docker-compose down
  • docker pull bigbluebutton/greenlight:v2
  • docker-compose up -d

Share this post