This message was deleted.
# helpdesk
s
This message was deleted.
b
harbor.livekit.cloud is our instance
d
we'll double check your instance. there aren't any limitations as far as I know
I do not see any issues on our end regarding webhooks. did you change any configuration in terms of the keys used to authenticate the webhook event?
b
no and i recreated the webhook on Saturday with a different API key as well receive a log on our end when calling the endpoint directly via
curl
e.g.
Copy code
curl -i -X POST https://$HOST/webhooks/livestreaming-event
produces the log
Copy code
Received a request to /webhooks/livestreaming-events
Warning: Received a request to /webhooks/livestreaming-events without an authorization header
on our server i am testing with this command which formerly produced events to a prior webhook configuration
Copy code
livekit-cli join-room \
--url <https://harbor.livekit.cloud|https://harbor.livekit.cloud> \
--room rooms/cameras/camera-0 \
--identity "cameras/camera-0" \
--publish-demo \
--api-key $LIVEKIT_API_KEY \
--api-secret $LIVEKIT_API_SECRET
we've had issues with our TLS certificate before so im thinking that might be the issue. i was able to get my local webhook working again through HTTPS via Ngrok
d
Ah ha.. that would make sense.
thanks for the update
b
to follow up here TLS was the issue. we are receiving LiveKit events to our webhook now!
d
Awesome, thanks for the update Michael!