question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Quick Install Debian 9 - Connection Refused

See original GitHub issue

I 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:closed
  • Created 5 years ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
damenchocommented, Jun 21, 2018

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.

# history
    1  apt install nginx
    2  apt update
    3  apt install nginx
    4  echo 'deb https://download.jitsi.org stable/' >> /etc/apt/sources.list.d/jitsi-stable.list
    5  wget -qO -  https://download.jitsi.org/jitsi-key.gpg.key | apt-key add -
    6  apt-get update
    7  apt install apt-transport-https
    8  apt-get update
    9  apt-get -y install jitsi-meet

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

0reactions
damenchocommented, Jun 21, 2018

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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Fix the SSH "Connection Refused" Error - Kinsta
Install an SSH tool such as OpenSSH on the server you want to connect to using the sudo apt install openssh-server command. If...
Read more >
How to to avoid "Port 22: Connection refused" error on SSH ...
I have a server where I just use openssh, openvpn and rabbitmq (which requires a lot of erlang dependencies). ... And I have...
Read more >
111: Connection Refused - Ask Ubuntu
The web browser appears to work, but not sudo apt-get install. I attempted to install Ruby, PHP, and open-shift RHC tools, and I...
Read more >
PulseAudio server connection failure - Unix Stack Exchange
For my pulseaudio "connection refused" issue the following helped: ... This way the pulseaudio userspace configuration is reset (without ...
Read more >
Localhost Refused to Connect Error: 5 Confirmed Ways to Fix It
Localhost refused to connect error can be caused by an incorrectly configured port, insufficient permissions, or an inoperative web server.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found