Skip to content
Snippets Groups Projects
Commit 6cff4fd3 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

Resolve "curl in FileLoader fails with certificate error"

parent fb5bb701
Branches adjust-barrel-emcalo-geometry
No related tags found
1 merge request!359Resolve "curl in FileLoader fails with certificate error"
Pipeline #33081 passed
......@@ -102,6 +102,7 @@ EnsureFileFromURLExists(
if (!fs::exists(hash_path)) {
printout(ERROR, "FileLoader", "unable to run cmd " + cmd);
printout(ERROR, "FileLoader", "check command and retry");
printout(ERROR, "FileLoader", "hint: allow insecure connections with -k");
std::quick_exit(1);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment