I would like to execute the following curl from a transformation using the Execute a process step:
curl -k --basic --user "user:pass" -d "input.string=\"{\"parameter\":3}\"" "https://localhost:5050/jobs?appName=test&classPath=MyTestClass&context=context_test"
But I get the following error:
Error output = curl: (1) Protocol "https not supported or disabled in libcurl
I execute the same command directly on the terminal and works fine.
I'm using the 6.0.1 version of PDI on a Centos 7 server.