I use `ktor-client-curl` in macOS. After curl lib ...
# ktor
a
I use
ktor-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?