You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 ?
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!
The text was updated successfully, but these errors were encountered: