Hello Everyone,
We are integrating several partner APIs into EspoCRM using the Advanced Pack (HTTP Request / Workflow) feature.
Some of our partner APIs currently have an expired SSL certificate.
When we test these APIs in Postman, they work properly (since Postman allows disabling SSL verification). However, when we try to call the same API from EspoCRM, the request fails.
We suspect this is happening due to SSL certificate validation on the EspoCRM server side.
Our questions:
We understand disabling SSL verification is not recommended for production, but we need a temporary workaround until the partner updates their certificate.
Additionally, if there is currently no option available to disable certificate validation, we would like to request this as a feature request. It would be very helpful if EspoCRM could allow disabling SSL certificate validation for specific workflows or HTTP requests.
Thank you.
We are integrating several partner APIs into EspoCRM using the Advanced Pack (HTTP Request / Workflow) feature.
Some of our partner APIs currently have an expired SSL certificate.
When we test these APIs in Postman, they work properly (since Postman allows disabling SSL verification). However, when we try to call the same API from EspoCRM, the request fails.
We suspect this is happening due to SSL certificate validation on the EspoCRM server side.
Our questions:
- Does EspoCRM (Advanced Pack HTTP Request) enforce strict SSL certificate validation?
- Is there any way to disable SSL verification for specific HTTP requests?
- If not available from the UI, is there any configuration or code-level setting where we can disable certificate validation?
We understand disabling SSL verification is not recommended for production, but we need a temporary workaround until the partner updates their certificate.
Additionally, if there is currently no option available to disable certificate validation, we would like to request this as a feature request. It would be very helpful if EspoCRM could allow disabling SSL certificate validation for specific workflows or HTTP requests.
Thank you.

Comment