I have installed NixOS on WSL behind Appgate, that runs a proxy and replaces the SSL certificates of the sites, I am visiting.
When I try to execute: sudo nix-channel --update I get the SSL errors, as I don’t have imported the root CA certificate of the Proxy.
I have tried to manually download the file and import its path to the configuration.nix but it still fails and shows me the same SSL error.


The problem is that I cannot successfully rebuild because of the SSL certificate errors. Is there any way to bypass the SSL verification?