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

find_cert_bundle returns NULL on Linux #512

Closed
cschroedl-gov opened this issue Mar 26, 2018 · 1 comment
Closed

find_cert_bundle returns NULL on Linux #512

cschroedl-gov opened this issue Mar 26, 2018 · 1 comment

Comments

@cschroedl-gov
Copy link

R version: 3.3
httr version: 1.2.1
OS: opensuse Leap 42.2

The function find_cert_bundle currently returns NULL on Linux. The first condition in the function indicates that we should return early if we're not on Windows. However, the rest of the function /looks/ like it is consulting *nix system resources. Looks can be deceiving, so I'm curious what you think :)

@hadley
Copy link
Member

hadley commented Nov 21, 2018

This is by design as only on windows is the bundled cert needed.

@hadley hadley closed this as completed Nov 21, 2018
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

2 participants