hmm, TLS (HTTPS) errors are tricky, but it looks like your certificate was not signed by an authority your dev machine recognizes. ie, this is not a LiveKit key error but an HTTPS error.
s
stocky-continent-44398
11/30/2022, 5:25 AM
Yep,
But i tried with Curl commands, it seems worked.
[xxxxx]# curl -X POST https://xxx.xxx.xxx.xx/twirp/livekit.RoomService/ListRooms
{"code":"bad_route","msg":"unexpected Content-Type: \"\"","meta":{"twirp_invalid_route":"POST /twirp/livekit.RoomService/ListRooms"}}[xxxxx]#
stocky-continent-44398
11/30/2022, 6:45 AM
OK. i fixed it by copy the cers to tls-ca-bundle.pem file.