bigbluebutton / bigbluebutton

Complete open source web conferencing system.
https://bigbluebutton.org
GNU Lesser General Public License v3.0
8.58k stars 5.96k forks source link

nginx IP check does not understand CNAMEs #8970

Open thegcat opened 4 years ago

thegcat commented 4 years ago

Describe the bug bbb-conf --check reports the hostname configured in the Nginx config to not match the IP of the server.

Additional context The external address we use bbb.fachschaften.org is a CNAME and fine points to the right IP but through a CNAME. bbb-conf --check is not CNAME-aware.

I had thought about grepping for "has address" before passing the line to awk, but I would wager this to be locale-specific (though assuming the address is the 4th part of the line might be locale-specific too…).

Samanosuke2020 commented 4 years ago

same here