What is your goal?
My goal is to connect Make to my CRM using their public API.
I want to pull leads from the CRM into Make using an HTTP GET request.
What is the problem & what have you tried?
The CRM provider (UnivenCRM) told me they have a GET endpoint for pulling leads.
However, I cannot access it from Make at all.
When I try to connect to their supposed API host (https://api.univencrm.com.br), Make returns an SSL mismatch error:
“Hostname/IP does not match certificate’s alt names. Cert alt names: buscaimo.com.br, vistoria.unilocweb.com.br, etc.”
This means the server responds, but the SSL certificate is for another domain, not univencrm.com.br.
Tests I performed:
GET to https://www.univencrm.com.br → Works (200 OK)
GET to /apisites/get-leads → 404
GET to https://api.univencrm.com.br → SSL mismatch
GET to https://api.univencrm.com.br/leads → same SSL error
HTTP (not HTTPS) → Make error: “Invalid protocol. Valid protocol is https.”
So I need to confirm:
Does Make allow any method, parameter, or workaround to send requests to a host with invalid SSL certificates?
Or is this technically impossible in Make unless the CRM fixes their SSL configuration?
Error messages or input/output bundles
Hostname/IP does not match certificate’s alt names.
Host: api.univencrm.com.br is not in the cert’s altnames:
DNS:buscaimo.com.br,
DNS:vistoria.unilocweb.com.br,
DNS:www.buscaimo.com.br
InvalidConfigurationError: Invalid protocol. Valid protocol is https.


