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
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.
The text was updated successfully, but these errors were encountered:
nwf
pushed a commit
to nwf/httpdirfs
that referenced
this issue
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 likelibcurl
cannot fetch the bundle's location from the environment, so it would be nice to have a--cacert
option that set theCURLOPT_CAINFO
option tolibcurl
, like thecurl
frontend tool has.One could imagine adding one for
CURLOPT_PROXY_CAINFO
, too.The text was updated successfully, but these errors were encountered: