Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI Companion2023-11-14 08:56 AM
I'm having trouble signing in using Zoom Cloud Meetings 5.16.6 (382) for Linux. If I sign in with SSO, I am prompted to log in using my browser, and then the Zoom Cloud Meetings client says "Connecting...". After ~30 seconds, the Zoom client goes back to the login screen and displays "Timeout".
I use a proxy, which is configured in the Zoom client. I have tried various combinations, including manually configuring.
Looking at the connections that are being made by zoom, I see:
~ $ cat /tmp/strace | fgrep connect | fgrep htons 11:53:57
433620 connect(93, {sa_family=AF_INET, sin_port=htons(80), sin_addr=inet_addr("136.226.18.24")}, 16 <unfinished ...>
433620 connect(93, {sa_family=AF_INET, sin_port=htons(80), sin_addr=inet_addr("136.226.12.24")}, 16 <unfinished ...>
433619 connect(93, {sa_family=AF_INET, sin_port=htons(80), sin_addr=inet_addr("136.226.18.24")}, 16 <unfinished ...>
433681 connect(110, {sa_family=AF_INET, sin_port=htons(80), sin_addr=inet_addr("192.229.211.108")}, 16 <unfinished ...>
136.226.12.24 is our proxy. 129.229.211.108 appears to be part of the edge cast CDN. So, Zoom appears to be connecting to this address without using the specified proxy. I can't be sure that this is the cause of the timeout, but it is the best explanation I have at the moment.
Is anyone able to login on Linux with a proxy?
Thanks,
Edward