HTTP Basic Auth with Certificate - Requires TLS - Error

I have created an API call using a certificate, when I run the module I get the following error, can anyone help with this?

EPROTO: write EPROTO 140692216698752:error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:…/deps/openssl/openssl/ssl/record/rec_layer_s3.c:1544:SSL alert number 40

Same here, looks like a Make.com error. Support does not give any reaction (created 2 tickets).

Did you solve it ?

Hi @Eli_Hazan , has this been solved by any chance? I’m facing the same error

Yes, but was just a wrong call (api call was not correct).

So @K-Eye_BV how should the correct call look like?

We got answer from support few days ago that we might have a certificate with private key in one file but we should inject it into the module using separate files:
image

We haven’t checked it yet since we struggle to extract certificate and key from pfx file.