Coder Social home page Coder Social logo

Comments (3)

TiagoJacobs avatar TiagoJacobs commented on June 1, 2024

Hello @Nyandago

In order to emit a letsencrypt certificate, their server connetcs to your server (in port 80) and check if your server is responding by the link you are trying to emit a certificate.

Given that you said you are behind a firewall, and letscrypt got a timeout, it looks like that your firewall is not forwarding (DNAT) to the correct internal address.

In order to validate it, you can run in your server:

tcpdump -nnn -e port 80

And using a remote computer try to connect to your external IP:

telnet external_ip 80

If firewall is correctly configured, you will see the packtes in tcpdump, but I believe it's not the case, my guess is that you firewall is sending port 80 to another internal host (maybe the IP of the old virtual machine).

from bigbluebutton.

Nyandago avatar Nyandago commented on June 1, 2024

Greetings @TiagoJacobs

Thank you so much for the reply,

I had to sit down with the network team, we found our firewall is properly configured. (The old virtual machine was shut down and assigned exact IP to the newly configured physical server).

The URL is reachable but displays not secured http domainName. [When visited gives "500 Internal Server Error
nginx"]

I had to restart the server [ bbb-conf ] I get the following message.

bbb-conf --restart
Restarting BigBlueButton 2.7.3 ...
Stopping BigBlueButton
Reloading NginX configuration
Starting BigBlueButton

Potential problems described below

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

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

http://myDomain.com/

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

from bigbluebutton.

TiagoJacobs avatar TiagoJacobs commented on June 1, 2024

Hello @Nyandago - I would recomend you to format this server with a fresh ubuntu 22.04 setup and run the bbb-install command.

If you do it and it still not working, it might be the case to connect your network team with some BBB expert, to debug the exact issue that is happening in your environment.

from bigbluebutton.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.