Webhooks to a https listener with a self-signed ssl certificate

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ricardo-sf
    Junior Member
    • Aug 2024
    • 7

    Webhooks to a https listener with a self-signed ssl certificate

    I want to setup a webhook from EspoCRM to a listener that is using a self-signed certificate.

    Right now i'm pretty sure my webhook call is failing because espocrm cannot verify the https connection to the listener.

    Is it possible to setup EspoCRM webhooks to ignore ssl certificate verification failures when connecting to the webhook target server?

    i tried searching for this info and came up empty.
  • yuri
    Member
    • Mar 2014
    • 8527

    #2
    It calls CURL: https://github.com/espocrm/espocrm/b...Sender.php#L90

    Certificate checking parameter is hard coded.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    Working...