Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting certificate error #2

Open
RagnarDa opened this issue Jul 27, 2017 · 2 comments
Open

Getting certificate error #2

RagnarDa opened this issue Jul 27, 2017 · 2 comments
Assignees

Comments

@RagnarDa
Copy link

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!

@coin-au-carre
Copy link
Owner

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
Copy link
Owner

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 coin-au-carre self-assigned this Mar 11, 2021
@coin-au-carre coin-au-carre pinned this issue Mar 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants