protonscr

make install fails with certificate error

protonclosed
ValveSoftware/Proton#5856 · opened 2022-05-23 by khaddra · updated 2022-05-24 · 3 comments · github
Kkhaddra 2022-05-23 github

Whenever I try to compile proton, with make install or with configure.sh, both docker and podman fail with
docker: Error response from daemon: Get "https://registry.gitlab.steamos.cloud/v2/": x509: certificate is valid for gitlab.steamos.cloud, not registry.gitlab.steamos.cloud.
or
Error: initializing source docker://registry.gitlab.steamos.cloud/proton/soldier/sdk:0.20220119.0-1: pinging container registry registry.gitlab.steamos.cloud: Get "https://registry.gitlab.steamos.cloud/v2/": x509: certificate is valid for gitlab.steamos.cloud, not registry.gitlab.steamos.cloud
which seems to suggest that Valve has set up its certificates incorrectly (or something on my OS is checking them too strictly).
I only pulled the repository yesterday did git pull and git submodule update --recursive before submitting this issue to make sure I was using the latest version.

uname -r:
5.15.32-gentoo-r1-x86_64

docker --version:
Docker version 20.10.12, build e91ed5707e

podman --version:
podman version 4.0.3

Ssmcv 2022-05-23 github

The registry is currently misconfigured. A fix is in progress.

Ssmcv 2022-05-23 github

The misconfiguration has been fixed.

Kkhaddra 2022-05-24 github

Now it compiles without error and works to run games. Thanks for your help.

Nothing extracted yet.