Quick Install Debian 9 - Connection Refused
See original GitHub issueI followed the quick install guide and successfully did:
- Frech Debian 9 minimal install (without nginx/apache)
- Setup jitsi-meet videochat.example.com as the Domain.
- Generation of the LetsEncrypt Certs also completed successfully.
- /etc/init.d/jicofo|jistsi-videobridge|prosody restart
After this im stuck: https://videochat.example.com gives me an “Connection Refused” error
Netstat: tcp 0 0 0.0.0.0:5269 0.0.0.0:* LISTEN 107 31757 10351/lua5.1 tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 0 11812 906/sshd tcp 0 0 0.0.0.0:5280 0.0.0.0:* LISTEN 107 31766 10351/lua5.1 tcp 0 0 0.0.0.0:5281 0.0.0.0:* LISTEN 107 31768 10351/lua5.1 tcp 0 0 127.0.0.1:5347 0.0.0.0:* LISTEN 107 31763 10351/lua5.1 tcp 0 0 0.0.0.0:5222 0.0.0.0:* LISTEN 107 31761 10351/lua5.1
How would i proceed in debugging/fixing this?
Edit
Using nginx i end up receiving an SSL Protocol Error which i’m currently trying to pinpoint.
Edit2
I further see this error in de prosody.log:
warn Component not connected, bouncing error for: <iq id='lf11a-111' type='get' to='jitsi-videobridge.videochat.example.com' from='focus@auth.videochat.example.com/focus8215938711111'>
Thx.
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (6 by maintainers)
Top GitHub Comments
Just made a quick test on new VM Debian 9 and everything works fine. I tested with nginx as you mentioned you were testing with it.
If you are experimenting on that machine you can try purging everything and start from scratch:
apt-get --purge remove jitsi-meet jitsi-meet-web jitsi-meet-prosody jitsi-meet-web-config jicofo jitsi-videobridge
No, it is not mandatory. It works without it and this is the default option because then you use 443 for serving web content and for TCP media to the bridge which can help in certain scenarios with restricted(corporate) nats.