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

NCSI: No Internet access reported #251

Closed
Gittyperson opened this issue Jul 27, 2020 · 7 comments
Closed

NCSI: No Internet access reported #251

Gittyperson opened this issue Jul 27, 2020 · 7 comments
Labels

Comments

@Gittyperson
Copy link

This is most probably a Windows bug, but I can confirm that when applying the WindowsSpyBlocker NCSI, Windows 10 2004 will report there is no Internet connection (connection still works fine). Reverting to the Microsoft NCSI, fixes the wrong warning message.

@Gittyperson Gittyperson changed the title NCSI: No Internet Connection reported NCSI: No Internet access reported Jul 27, 2020
@Gittyperson
Copy link
Author

Connection works fine, although it seems some Microsoft-releated software will not work properly or at all (Store Apps, Office etc.)

@crazy-max
Copy link
Owner

Hi @Gittyperson,

Indeed, now pastebin redirects http to https so our custom NCSI is broken. Will fix that on next release.

@ViRb3
Copy link

ViRb3 commented Jul 27, 2020

May I recommend using another platform's internet connectivity check endpoint to avoid similar problems in the future.

@liamengland1
Copy link

Firefox: http://detectportal.firefox.com/

@ViRb3
Copy link

ViRb3 commented Jul 27, 2020

I vouch for Firefox's, as it's the simplest and safest (see last paragraph) to use. Here's how to do it by hand for the eager ones:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet]
"ActiveWebProbeContent"="success
"
"ActiveWebProbeContentV6"="success
"
"ActiveWebProbeHost"="detectportal.firefox.com"
"ActiveWebProbeHostV6"="detectportal.firefox.com"
"ActiveWebProbePath"="/"
"ActiveWebProbePathV6"="/"

Note that there's a /n at the end of the success message, that's 0a 00 as binary.

Apple and Google return HTML responses which may cause issues with Windows now or in the future.

@crazy-max
Copy link
Owner

@ViRb3 LGTM, thanks for your input

crazy-max added a commit that referenced this issue Jul 27, 2020
Check NCSI web request redirect
@crazy-max
Copy link
Owner

Fixed: https://github.com/crazy-max/WindowsSpyBlocker/releases/tag/4.31.0

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

No branches or pull requests

4 participants