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
Hi, I have a question on how to refer to CONAN_HOME from global.conf.
I distribute a custom cacert file using conan config install, and would like to point the core.net.http:cacert_path setting to that file, preferably within the conan home directory.
Giving a relative path doesn't seem to work. I suppose I could use something like {{os.getenv("CONAN_HOME")}}/my_ca_certs.pem, but I can't rely on that environment variable to be set explicitly.
Thanks in advance.
Have you read the CONTRIBUTING guide?
I've read the CONTRIBUTING guide
The text was updated successfully, but these errors were encountered:
What is your question?
Hi, I have a question on how to refer to CONAN_HOME from global.conf.
I distribute a custom cacert file using
conan config install
, and would like to point thecore.net.http:cacert_path
setting to that file, preferably within the conan home directory.Giving a relative path doesn't seem to work. I suppose I could use something like
{{os.getenv("CONAN_HOME")}}/my_ca_certs.pem
, but I can't rely on that environment variable to be set explicitly.Thanks in advance.
Have you read the CONTRIBUTING guide?
The text was updated successfully, but these errors were encountered: