Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
Steam settings > Web broswer > click two buttons delete cache, and cookies, then restart the client.
If using a VPN / proxy, this may also cause this issue.
The friends network is unreachable; I think this means I won't be able to play games through Steam online multiplayer, which is a big deal.
Or could mean that your firewall / modem /router is blocking things, or your ISP doing something that they shouldn't be doing that causing this problem which is rare case.
Also want to put out this as well.
Can try flushing your network, open command promt as admin, and give this a try.
netsh winsock reset
netsh int ip reset
https://m.youtube.com/watch?v=O4qOzFngjys
If not working still try these in order, then restart, and test.
ipconfig /release
ipconfig /flushdns
ipconfig /renew
- If using DNS, use another service like cloud flare, 1.1.1.1, google, or other DNS service as for whatever odd reason depending where you're from, could be blocking things as well, or just use default settings in OS.
__
Error validating EasyAntiCheat code signing certificate.
__
So this certificate issue seems to be a global problem in my instance of the steam app.
Does anybody know which Windows APIs are used by the steam app for SSL certificates? That could help me track down what needs to be re-enabled.
Thanks, I used NTLite to build a custom Windows 10 image for this machine, which has a lot of functionality disabled. There is nothing wrong with basic networking; the machine has an IP and Internet access.
Yup, you're right. After digging a bit, it is clear that Window's built in SSL functionality is broken (because some part of it was ripped out during the NTLite process).
I'm probably going to have to reinstall the OS. It would be nice if there were a way to configure the OS to simply forgo SSL checks, as that would solve this issue, but I suspect that the only folks that could help me with that would be malware developers.
A DLL replacement would do this for some apps but others would statically link or have their own local copy of the DLL to avoid DLL injection attacks.
At which point only a certificate store that was working would help.
I'm just going to dedicate this machine to gaming only, and reinstall factory Windows 10. Hate to do it, because I was running a vm on the machine too. Beefy gaming components make for a good workhorse type machine.
I had an issue with SSL reporting BAD_CERT_DOMAIN and it persisted with store.steampowered.com even after clearing the browser cache. I diagnosed the problem being a DNS issue since with VPN the problem didn't exist so I tried
ipconfig /flushdns
and that did the trick so thank you for the tip.