This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Steam issue

We can log into steam but trying to update or install a game comes back with the error "no internet connection" It works if I turn off authentication for the machine, and in the logs I get
"valve254.cs.steampowered.com/.../70029b2b63601dbb86a9e4c2449506a4084e0c1a"
http://valve187.cs.steampowered.com/authdepot/
http://valve16.cs.steampowered.com/authdepot/
http://valve16.cs.steampowered.com/depot/232331/chunk/f5be2617d8a4fb2991fdcc36ab8fdd381bb47e85

I've tried various different regex exceptions but can't get it to work. Turning off authentication for the machine isn't really and option as the machines are used for classes too.

Any regex experts around who would help


This thread was automatically locked due to age.
Parents
  • Can you test if this works?
    steampowered.com - ^https?://([A-Za-z0-9.-]*\.)?steampowered\.com/

    Steam also uses the following domains:
    steamcommunity.com - ^https?://([A-Za-z0-9.-]*\.)?steamcommunity\.com/
    and
    store.akamai.steamstatic.com - ^https?://store\.akamai\.steamstatic\.com/
    OR
    *.steamstatic.com - ^https?://([A-Za-z0-9.-]*\.)?steamstatic\.com/
Reply
  • Can you test if this works?
    steampowered.com - ^https?://([A-Za-z0-9.-]*\.)?steampowered\.com/

    Steam also uses the following domains:
    steamcommunity.com - ^https?://([A-Za-z0-9.-]*\.)?steamcommunity\.com/
    and
    store.akamai.steamstatic.com - ^https?://store\.akamai\.steamstatic\.com/
    OR
    *.steamstatic.com - ^https?://([A-Za-z0-9.-]*\.)?steamstatic\.com/
Children
No Data