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

Add --cacert option like curl's frontend #108

Closed
nwf opened this issue Nov 1, 2022 · 0 comments
Closed

Add --cacert option like curl's frontend #108

nwf opened this issue Nov 1, 2022 · 0 comments

Comments

@nwf
Copy link

nwf commented Nov 1, 2022

SSL clients are always a real headache, sigh. Anyway, I find myself wanting to use httpdirfs with a self-signed cert that, for elaborate reasons, I cannot add to the system trust bundle. It looks like libcurl cannot fetch the bundle's location from the environment, so it would be nice to have a --cacert option that set the CURLOPT_CAINFO option to libcurl, like the curl frontend tool has.

One could imagine adding one for CURLOPT_PROXY_CAINFO, too.

nwf pushed a commit to nwf/httpdirfs that referenced this issue Nov 1, 2022
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