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
We would like to continous build all systems on central server (with hydra or with some other build system) and have private nix channel protected with client ssl auth or simple http auth is that possible?
The text was updated successfully, but these errors were encountered:
Simple HTTP auth is possible by putting the username and password into the URL, in both nix.binaryCaches and nix.trustedBinaryCaches.
Client SSL auth (my preferred solution) is only possible by adding more curl options to scripts/download-from-binary-cache.pl.in and nix-daemon.nix. This has worked for me. I could possibly make pull requests. Only problem is that the Perl is currently being rewritten in C++.
We would like to continous build all systems on central server (with hydra or with some other build system) and have private nix channel protected with client ssl auth or simple http auth is that possible?
The text was updated successfully, but these errors were encountered: