Replies: 1 comment 3 replies
-
The message 'certificate signed by unknown authority' shows that there is an issue with the root certificates installed in your WSL environment, or that there is some kind of proxy in your environment that is intercepting the request. You should try updating your WSL Linux environment first. Note also that you can install pre-compiled .deb packages from the release page, e.g.: https://github.com/sylabs/singularity/releases/tag/v4.0.2 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I want to install Singularity on my WSL, I followed the instructions in INSTALL.md, I tried with different version however the outcome still the same. I have installed the dependencies and Go correctly but when I run the command to configure and install Singularity:
./mconfig make -C builddir sudo make -C builddir install
I got this in the output:
... ../internal/pkg/runtime/launcher/native/launcher_linux.go:25:2: github.com/sylabs/sif/[email protected]: Get "https://proxy.golang.org/github.com/sylabs/sif/v2/@v/v2.15.0.zip": tls: failed to verify certificate: x509: certificate signed by unknown authority ../internal/pkg/security/selinux/selinux_supported.go:10:8: github.com/opencontainers/[email protected]: Get "https://proxy.golang.org/github.com/opencontainers/selinux/@v/v1.11.0.zip": tls: failed to verify certificate: x509: certificate signed by unknown authority ../pkg/cmdline/env.go:12:2: github.com/spf13/[email protected]: Get "https://proxy.golang.org/github.com/spf13/pflag/@v/v1.0.5.zip": tls: failed to verify certificate: x509: certificate signed by unknown authority make: *** [Makefile:181: singularity] Error 1 make: Leaving directory '/home/kdallah/projects/singularity/builddir'
AM I missing something to be installed or it´s it because I´m using WSL?
Beta Was this translation helpful? Give feedback.
All reactions