-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing BOSH URL breaks recording #633
Comments
How does your BOSH URL look like now? Why do you think that’s the cause? What kind of TLS certificate do you have? |
We have a letsencrypt certificate, the digicert checker tells us we have everything (including intermediates) installed correctly. I think it's the cause because when we set the BOSH URL to 'https://meet.domain.com/http-bind' iOS works fine but recording breaks.... when we set it to '/http-bind' iOS breaks but recording works. This is repeatable 100% on this side.... |
I think in order to test this you can set the BOSH URL to the FQDN in config.js on the latest docker release and if I'm right recording will break on your side as well |
Sorry for the multipost... just gonna provide some logs as well, with BOSH_URL as absolute domain:
|
just tested again, works with the non-absolute domain set as bosh so it's definitely the bosh that's failing here.... Is it possible to set config.bosh in the url jibri uses to access jitsi easily? Without recompiling the JAR? |
@saghul, @ktechmidas needs a reply... |
Hey there's someone on the old thread with the same issue... can we fix this now? |
We reverted the change to the BOSH URL. |
Changed the bosh URL to the FQDN as suggested right here: #183 to fix mobile clients being unable to connect
Just tried changing the BOSH URL back to a relative value (ie /http-bind) and now recording works again and iOS is broken....
Using latest iOS btw: 20.2.3
The text was updated successfully, but these errors were encountered: