Created
November 3, 2024 09:43
-
-
Save OIegZolotarev/8fedc7733cca5086d4600723b8428489 to your computer and use it in GitHub Desktop.
РедОС 8 починка "зависающего" окна авторизации в стим
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Если при запуске стима не появляется QR Код для входа или при попытке войти с логином\паролем ничего не происходит, | |
и терминале при это упоминание ошибок вида: | |
opensslconnection.cpp (1412) : Assertion Failed: unable to load trusted SSL root certificates | |
То надо сделать ссылку ca-certificates.crt на файл cert.pem: | |
cd /etc/ssl/certs/ | |
ln -s /etc/ssl/cert.pem /etc/ssl/certs/ca-certificates.crt | |
Источник: https://crux.crux.narkive.com/3q0grOhn/ssl-connection-problem-in-steam |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment