Skip to content
Snippets Groups Projects

Hint at using insecure -k for curl

Merged Wouter Deconinck requested to merge wdconinc-main-patch-29449 into main
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -100,6 +100,7 @@ inline void EnsureFileFromURLExists(std::string url, std::string file, std::stri
printout(ERROR, "FileLoader", "unable to run cmd " + cmd);
printout(ERROR, "FileLoader", "value returned was ", ret);
printout(ERROR, "FileLoader", "check command and retry");
printout(ERROR, "FileLoader", "hint: allow insecure connections with -k");
std::quick_exit(1);
}
}
Loading