Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support HTTPS!!!! #433

Open
ChocolaVanilla0305 opened this issue Aug 20, 2023 · 1 comment
Open

Support HTTPS!!!! #433

ChocolaVanilla0305 opened this issue Aug 20, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@ChocolaVanilla0305
Copy link

ChocolaVanilla0305 commented Aug 20, 2023

In Chinese Mainland there is a thing called GFW, which blocks a lot of internet connections, such as Youtube, Twitter, Facebook, etc. But it also blocks Steam Community. Intermittently blocks Github and Steam Store.

The blocking methods used by the Steam community is "DNS cache pollution" and "SNI RST".
The blocking methods used by Github are "DNS cache pollution" and "intermittent SNI RST".
So there are two ways to access Steam Community and Github here, "Reverse Proxy" or VPN.

Under VPN:
VPN

Under Reverse Proxy:
reverse proxy
reverse proxy1
reverse proxy2

Apparently, the Steam Community can be accessed using a "Reverse Proxy".

Then I understood how to solve the problem.

Protocols are not encrypted!!!!

Snipaste_2023-08-20_22-54-23

Despite using a "reverse proxy", HTTP will be blocked, HTTPS is required!!!

Another project fixes this problem:
https://github.com/Jack-Myth/IdleMaster-HTTPS-Fix
But that program is in disrepair.

@JonasNilson JonasNilson added the enhancement New feature or request label Sep 17, 2023
@JonasNilson
Copy link
Owner

JonasNilson commented Sep 24, 2023

Thank you for pointing that out.

The steam-idle.exe have been updated in:

and is planned to be a part of an upcoming update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants