docker-jitsi-meet icon indicating copy to clipboard operation
docker-jitsi-meet copied to clipboard

Certificate path not found when enabling JICOFO reservation API

Open creativeguitar opened this issue 5 years ago • 6 comments

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 ?

creativeguitar avatar Apr 01 '20 17:04 creativeguitar

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.

pankaj14073 avatar May 15 '20 06:05 pankaj14073

If you are using an IP address, there is no way you have a valid TLS certificate.

saghul avatar May 15 '20 06:05 saghul

@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.

pankaj14073 avatar May 15 '20 06:05 pankaj14073

There are so many questions in the forum about the reservation system. It would be nice if we had a tutorial.

creativeguitar avatar May 15 '20 14:05 creativeguitar

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?

oramirite avatar Jun 27 '20 21:06 oramirite

My install suddenly broke with this error, not sure when... Was working fine before

dimm0 avatar Feb 03 '21 06:02 dimm0

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.

github-actions[bot] avatar Aug 30 '25 02:08 github-actions[bot]