Getting the SSL certificate while running Copado tests on cloud. How to fix this?

I’m trying to run Copado tests on a remote machine using API (Curl) but getting the SSL certificate error. How do I resolve it?

Hi Toby,

You can add the -k flag to the Curl command to call the API and resolve the SSL certificate issue.

curl --location --request POST "https://api.eu-robotic.copado.com/pace/v4/projects/<>/jobs/<>/builds" --header "X-Authorization: <>" -k