aleksey.tomin
12/14/2020, 7:34 AMktor-client-curl
in macOS.
After curl lib was updated I have an error on “empty” macOS computer:
io.ktor.client.engine.curl.CurlIllegalStateException: Connection failed *for* request: CurlRequestData(url='https://...', method='POST', content: 277 bytes). Reason: Problem *with* the SSL CA cert (path? access rights?)
I’ve found that I have to put cacert.pem
into my application.
But I can’t find where have I to put this file.
Maybe I can set CURLOPT_CAPATH
parameter? How can I do it?