New installation of Jitsi-Meet with error "ERR_TOO_MANY_REDIRECTS"
See original GitHub issueJitsi 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:
- Created 5 years ago
- Comments:10 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
By default it uses jetty. Are you sure your problem is there?
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
#---------------------------------------------------------------------
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