Hi,
I am making a request to the following api:
https://api.kvk.nl/api/v1/basisprofielen/(some number)
With an api key. The thing is, this API uses custom certificates, which I can download. The problem is, I am not sure what I should do with these crt files as the http call is being made from microsofts servers. Hopefully my question makes sense.
The error message is Http request failed with status code 'TrustFailure' and status message: 'The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.'. Which makes sense, because the certificates used by kvk.nl are not by default trusted.
I am using the standard HTTP connector.