Announcement

Collapse
No announcement yet.

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

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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.

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

    Certificate checking parameter is hard coded.

    Comment

    Working...
    X