docker-jitsi-meet
docker-jitsi-meet copied to clipboard
Certificate path not found when enabling JICOFO reservation API
I am using internal trusted certificates to access the jitsi (and it works great)
As soon as I enable the reservation rest url, I get an error that certificate path was not found.
Base URL of Jicofo's reservation REST API
JICOFO_RESERVATION_REST_BASE_URL=https://10.180.65.166
Redirects HTTP traffic to HTTPS. Only works with the standard HTTPS port (443).
ENABLE_HTTP_REDIRECT=1
docker-compose logs -f --tail 0 jicofo | grep SEVERE jicofo_1 | Jicofo 2020-04-01 12:10:32.218 SEVERE: [44] org.jitsi.impl.reservation.rest.RESTReservations.log() javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Am I doing anything wrong ?
hi, can you please tell how to set value for JICOFO_RESERVATION_REST_BASE_URL ?? and why you are using this ip https://10.180.65.166 as value, i'am also working on docker version of jitsi.
If you are using an IP address, there is no way you have a valid TLS certificate.
@saghul thanks for your reply, but i'am using docker containers and jicofo is running on a container, then what value for JICOFO_RESERVATION_REST_BASE_URL i should, use? i am just running things locally and my jitsi-meet is running on 0.0.0.0:8000.
There are so many questions in the forum about the reservation system. It would be nice if we had a tutorial.
It's really frustrating that there's such a hole in the docs reagrding this reversation system. I have NO idea if any of the included containers is this setup actually qualify as a "Reservation System" Is JICOFO that?? Or do I need to get a 3rd party reservation system set up as I've seen the few-and-far-between posts on this suggest? Is a reservation system REQUIRED for Jitsi to work?
I have gotten the system up and running KINDA, but every time I join a call, I can't seem to see any other people. Every time I join what should be the same session, I only see myself as the only attendee to the call - and that reservation error is popping up on both computers I'm using to test. Is Jitsi usable without a reservation system at all? Should I just be leaving the value blank or something? I've searched so many times and haven't found a scrap of info about this. Can someone please clear up the intended approach to this?
My install suddenly broke with this error, not sure when... Was working fine before
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.