2022-05-24 22:53:58.6010|Error|HttpProxyS|ProxyServer ExceptionFunc | System.Exception: Failed to make system trust root certificate for Root\CurrentUser store location. You may need admin rights.
---> Internal.Cryptography.CryptoThrowHelper+WindowsCryptographicException: 拒绝访问。
at Internal.Cryptography.Pal.StorePal.Add(ICertificatePal certificate)
at System.Security.Cryptography.X509Certificates.X509Store.Add(X509Certificate2 certificate)
at Titanium.Web.Proxy.Network.CertificateManager.installCertificate(StoreName storeName, StoreLocation storeLocation)
--- End of inner exception stack trace ---
日志里已经给明原因,Failed to make system trust root certificate for Root\CurrentUser store location. You may need admin rights.
尝试手动安装证书吧,步骤参考https://steampp.net/faq#NoCer
🧐 问题描述(Description)
启动加速服务失败,遇到未知错误
2022-05-24 22:53:58.6010|Error|HttpProxyS|ProxyServer ExceptionFunc | System.Exception: Failed to make system trust root certificate for Root\CurrentUser store location. You may need admin rights. ---> Internal.Cryptography.CryptoThrowHelper+WindowsCryptographicException: 拒绝访问。 at Internal.Cryptography.Pal.StorePal.Add(ICertificatePal certificate) at System.Security.Cryptography.X509Certificates.X509Store.Add(X509Certificate2 certificate) at Titanium.Web.Proxy.Network.CertificateManager.installCertificate(StoreName storeName, StoreLocation storeLocation) --- End of inner exception stack trace ---
🚑 其他信息(Other Information)