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.

New installation of Jitsi-Meet with error "ERR_TOO_MANY_REDIRECTS"

See original GitHub issue

Jitsi Meet Great software, thank you for this!

I’ve installed Jitsi Meet on Ubuntu 16.04 with quick setup. I get this error ERR_TOO_MANY_REDIRECTS with domain name but I can access with Local IP.

I’m managemebt my domain names with HAproxy

The diagram is:

Cloudflare -> My server -> HAproxy -> Jitsi Meet (on VM)

Why do I get this error?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
damenchocommented, Mar 6, 2019

By default it uses jetty. Are you sure your problem is there?

0reactions
varma-nexgecommented, Mar 18, 2020

hi, i have a issue in happroxy configuration Haproxy domain(video-conf.nexge.com) videoconf-primary.nexge.com(jitsi-meet-server1) videoconf-backup.nexge.com(jitsi-meet-server2) able to open two severs individually but haproxy domain not able to open. actually i have installed jitsi meet in 2 servers, now i want to keep these two domains in haproxy server, my haproxy configuration

log 127.0.0.1 local2 chroot /var/lib/haproxy pidfile /var/run/haproxy.pid maxconn 4000 user haproxy group haproxy daemon

# turn on stats unix socket
stats socket /var/lib/haproxy/stats

#---------------------------------------------------------------------

common defaults that all the ‘listen’ and ‘backend’ sections will

use if not designated in their block

defaults log global mode tcp option tcplog option dontlognull timeout connect 5000 timeout client 50000 timeout server 50000

frontend video mode tcp option httpclose option forwardfor reqadd X-Forwarded-Proto:\ https bind video-conf.nexge.com:443 default_backend jitsi_meet

backend jitsi_meet mode tcp balance roundrobin server meet1 videoconf-primary.nexge.com:443 check server meet2 videoconf-backup.nexge.com:443 check

Read more comments on GitHub >

github_iconTop Results From Across the Web

New installation of Jitsi-Meet with error ...
I've installed Jitsi Meet on Ubuntu 16.04 with quick setup. I get this error ERR_TOO_MANY_REDIRECTS with domain name but I can access with ......
Read more >
How To Install Jitsi Meet on Ubuntu 22.04 - DigitalOcean
In this tutorial, you will install and configure a Jitsi Meet server ... configure Jitsi Meet so that only registered users can create...
Read more >
Error occurring while executing the jitsi-meet sdk
In order to do so, add the JitsiMeetSDK dependency to your existing Podfile or create a new one following this example:
Read more >
Error while installing Jitsi [duplicate] - Ask Ubuntu
sudo apt-get -y install jitsi-meet ... Chrome or Safari) and joining an existing jitsi meeting, or go to meet.jit.si to create a new...
Read more >
Jitsi-meet - ArchWiki
jicofo : the Jitsi conference focus determining who is speaking; Prosody: a free XMPP server serving as the base of the setup. A...
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