Report this

What is the reason for this report?

i am facing issue while installing bigbluebutton local ubuntu machine Kindly help me out how to install

Posted on February 4, 2022

Saving debug log to /var/log/letsencrypt/letsencrypt.log Plugins selected: Authenticator webroot, Installer None Obtaining a new certificate Performing the following challenges: http-01 challenge for bbb.danishkada.com Using the webroot path /var/www/bigbluebutton-default for all unmatched domains. Waiting for verification… Cleaning up challenges Failed authorization procedure. bbb.danishkada.com (http-01): urn:ietf:params:acme:error:dns :: DNS problem: NXDOMAIN looking up A for bbb.danishkada.com - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for bbb.danishkada.com - check that a DNS record exists for this domain

IMPORTANT NOTES:

The following errors were reported by the server:

Domain: bbb.danishkada.com Type: None Detail: DNS problem: NXDOMAIN looking up A for bbb.danishkada.com - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for bbb.danishkada.com - check that a DNS record exists for this domain

Your account credentials have been saved in your Certbot configuration directory at /etc/letsencrypt. You should make a secure backup of this folder now. This configuration directory will also contain certificates and private keys obtained by Certbot so making regular backups of this folder is ideal. bbb-install: Let’s Encrypt SSL request for bbb.danishkada.com did not succeed - exiting root@dk-Precision-WorkStation-T3500:~#



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hello,

In order for you to get a Let’s Encrypt SSL certificate you need to first own the domain name in question and second point the domain name A record to your server’s IP address.

As you are running this locally, you would either need to add a port mapping to your router so that you could use your home network public IP for your A record.

I would personally do one of these two things here:

  • If you want to run this locally, just use your virtual machine IP rather than a domain name
  • If you want to use a domain name with a Let’s Encrypt certificate, it would be best to deploy the app on a Droplet so that you don’t have to open ports to your local network:

https://www.digitalocean.com/community/tutorials/how-to-install-bigbluebutton-on-ubuntu-16-04

Hope that this helps!

Best,

Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.