Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port 80 vs Port 443 in different BBB versions #20183

Closed
cod3r0k opened this issue May 7, 2024 · 1 comment
Closed

Port 80 vs Port 443 in different BBB versions #20183

cod3r0k opened this issue May 7, 2024 · 1 comment

Comments

@cod3r0k
Copy link

cod3r0k commented May 7, 2024

Why did BBB in the newer version switch to using a proxy for SSL? In previous versions (below 2.2), they used port 443 directly in Nginx. But in the newer ones, they use port 80 in nginx and then proxy it through HAProxy.

/etc/nginx/sites-available/bigbluebutton (nginx)
                       server_name: testBBB.mytest.de
                       port: 80, [::]:80127.0.0.1:82 http2 proxy_protocol, [::1]:82 http2127.0.0.1:81 proxy_protocol, [::1]:81

While in the previous version, we listen on 443 directly in /etc/nginx/sites-available/bigbluebutton (nginx).

@hostbbb
Copy link
Contributor

hostbbb commented May 7, 2024

HAProxy was added to support the embedded coturn server. haproxy inspects the incoming requests on 443 and routes turn packets, with the rest going to nginx http

this is now the default bbb-install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants