slacking icon indicating copy to clipboard operation
slacking copied to clipboard

Getting certificate error

Open RagnarDa opened this issue 7 years ago • 2 comments

I get this error thrown when trying to post a message: "curl_easy_perform() failed Peer certificate cannot be authenticated with given CA certificates" I have tried following this guide here: https://cleentfaar.github.io/slack/ but I failed to understand how I perform the 'verify' - command using slacking library. Tried this: slack::get("/", { {"verify", "false"} }); but it didnt have any effect. Appreciate any help!

RagnarDa avatar Jul 27 '17 21:07 RagnarDa

Hello RagnarDa thank you for your message sorry haven't seen it... I will take a look, at first sight it seems that the problem is related to SSL verification ?

coin-au-carre avatar Sep 07 '17 18:09 coin-au-carre

For a quick solution, this has not been implemented yet in Slacking take a look at this answer https://stackoverflow.com/a/32114656/2352158 where it seems that

libcurl has a built-in default location where it looks for the CA cert bundle.

coin-au-carre avatar Mar 11 '21 10:03 coin-au-carre