-
-
Notifications
You must be signed in to change notification settings - Fork 364
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
Comments
Connection works fine, although it seems some Microsoft-releated software will not work properly or at all (Store Apps, Office etc.) |
Hi @Gittyperson, Indeed, now pastebin redirects http to https so our custom NCSI is broken. Will fix that on next release. |
May I recommend using another platform's internet connectivity check endpoint to avoid similar problems in the future.
|
Firefox: http://detectportal.firefox.com/ |
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 Apple and Google return HTML responses which may cause issues with Windows now or in the future. |
@ViRb3 LGTM, thanks for your input |
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.
The text was updated successfully, but these errors were encountered: