I’ve worked with similar webhook errors before, usually it comes down to how the server is handling the assistance-webhook request rather than the SSL setup itself. Since your certificate checks out, I can help review the endpoint handling, headers, and payload parsing to make sure the webhook isn’t being aborted mid-call. Do you know if your server logs are capturing the incoming POST request from VAPI at the time of the call?
@Praddoom