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
Fix CPR variable name
After trying to use CPR 1.10.0 first, which uses a new variable name, we had to move back to 1.8.3, which works well with the system libcurl on Ubuntu bionic.
Add support for SSL_CERT_FILE environment variable
This environment variable is supported by the CLI curl tool, too. It allows using a custom CA bundle with the tool.
Reasons to use this environment variable include the use of self-signed or otherwise untrusted certificates on the server or setting a CA bundle path when using the tool on a distro whose path differs from the one used on the build system.