I’'m using insomnia to register a webhook but got {"errors":[{"code":214,"message":"Webhook URL does not meet the requirements. Please, check your SSL Configuration."}]}… And I checked my server’s ssl config, all look fine to me.
{"errors":[{"code":214,"message":"Webhook URL does not meet the requirements. Please, check your SSL Configuration."}]}
I finally got this working. I redirect my aws instance to a personal domain, and use acme to generate a valid certificate solves this.