jem

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by jem

  1. this worked for me. I was able to blow away the user I didn't want. I'm now having the "something went wrong" error that I've seen posted elsewhere. And i'm getting this even after wiping the entire configuration (uninstalling everything including Portainer and letsencrypt and starting over.) I can get to the subdomain on my server, create a meeting name, click connect, allow my camera and mic, then endless loops of "something went wrong" without being asked for credentials. I am using DNS verification with a wildcard, but i still have the ports forwarded on my router for now: 80-to-180, 443-to-1443, 4443, and 10000 all pointing at my Unraid reserved LAN IP. My plan was to start closing them down and rely on DNS verification once I got everything working. Not there yet I've subbed out actual IP addresses with logical names below. "myunrainlanip" and "mydesktopip" are what they sound like The issue I had earlier where Portainer lost the ports magically went away after a reboot. They were always showing in the Docker containers, but they weren't showing in Portainer. Clicking on them now: "8000:80" under meet.jisti pulls up the meeting creation screen. Clicking "8443:443" yields a "400 Bad Request. The plain HTTP request was sent to the HTTPS port." Clicking either the "10000:10000" or "4443:4443" under the jvb ports yields "Unable to connect. Firefox can't esablish a conection to the server at myunraidlanip:4443" In the logs: letencrypt - is running with no errors Portainer error: http error: Invalid JWT token (err=Invalid JWT token) (code=401) focus.meet.jitsi error: Jicofo 2020-06-13 13:28:13.407 SEVERE: [368] org.jitsi.impl.protocol.xmpp.XmppProtocolProvider.log() Failed to connect/login: SASLError using SCRAM-SHA-1: not-authorized meet.jitsi log (e.g. not an error): mydesktoplanip - - [13/Jun/2020:13:23:27 -0400] "GET /images/watermark.png HTTP/1.1" 200 33340 "http://myunraidlanip:8000/css/all.css?v=4127" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:77.0) Gecko/20100101 Firefox/77.0" video.meet.jisti log (e.g. not an error): Jun 13, 2020 1:33:33 PM org.jitsi.utils.logging2.LoggerImpl log INFO: Performed a successful health check in PT0.003S. Sticky failure: false xmpp.meet.jitsi error: focus.meet.jitsi:component [1minfo[0m Component authentication failed for focus.meet.jitsi mod_component [1minfo[0m Disconnecting component, <stream:error> is: <stream:error><not-authorized xmlns='urn:ietf:params:xml:ns:xmpp-streams'/><text xmlns='urn:ietf:params:xml:ns:xmpp-streams'>Given token does not match calculated token</text></stream:error> jcp5614e797b580 [1minfo[0m component disconnected: focus.meet.jitsi (stream error) This is all after a clean restart. Any help is appreciated.
  2. two questions on this: 1) The setup guide includes the required terminal line to add a registered user. Can someone provide the necessary modification to remove a registered user? 2) I've seen several posts in other threads where people have lost the Published Ports configuration for jvb and web containers in Portainer (currently also experiencing this issue.) Can the steps be provided to add them back? Many thanks