我想使用执行流程步骤从转换中执行以下 curl:
curl -k --basic --user "user:pass" -d "input.string=\"{\"parameter\":3}\"" "https://localhost:5050/jobs?appName=test&classPath=MyTestClass&context=context_test"
但我收到以下错误:
错误输出 = curl: (1) 协议“在 libcurl 中不支持或禁用 https
我直接在终端上执行相同的命令并且工作正常。
我在 Centos 7 服务器上使用 6.0.1 版本的 PDI。