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

Disable SSL peer validation #166

Open
edwinpjacques opened this issue Feb 23, 2021 · 0 comments
Open

Disable SSL peer validation #166

edwinpjacques opened this issue Feb 23, 2021 · 0 comments
Assignees

Comments

@edwinpjacques
Copy link
Contributor

There should be a way to disable SSL verification to authenticate with bearer tokens.

Something like this would do:

// set a non-existing file for the CA file, should allow access anyway
conn->SetCAInfoFilePath("non-existent file");
conn->SetVerifyPeer(false);
RestClient::Response res = conn->get("/get");

EXPECT_EQ(200, res.code);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant