Yes — this is a known-but-obscure ChromeOS + Google Admin quirk, and you’re thinking in the right direction. The fact that it only fails on managed Chromebooks and only when typed directly is the key clue.
Below are the most common causes I’ve seen specifically produce this behavior, in roughly the order I’d check them.
When you click a Google search result, Chrome does not navigate the same way as when you type a URL:
Google Search links often:
Rewrite the URL (adds/removes www)
Force https
Bypass certain navigation policies
Pass through a Google redirect (https://www.google.com/url?...)
Direct typing triggers Chrome navigation enforcement policies more strictly
So this is almost always a Chrome policy, not DNS or networking.
Most common cause
If you have any URL blocking configured:
Chrome evaluates typed URLs more strictly
Google search clicks may still work if the resolved destination differs slightly
Things to check carefully:
Subdomains (*.example.com)
🔍 Fix
In Google Admin → Devices → Chrome → Settings → Users & browsers:
Add explicit allow rules like:
https://example.com/*
https://www.example.com/*
http://example.com/*
Even if you think you already allowed it — add it again explicitly.
If the site:
Redirects oddly
Has partial HTTPS support
Uses legacy TLS
Typed navigation:
Tries HTTPS first
Fails hard
Google search:
May redirect through a working endpoint
🔍 Check:
Admin → Chrome → Security → Always use secure connections
Chrome setting: chrome://policy
If this is on, try temporarily disabling it to test.
Very common in school environments.
If:
SSL inspection is enabled
The site has a nonstandard cert chain
Or uses SNI weirdness
Typed navigation fails
Google search → works (because Google proxying masks the cert)
🔍 Check:
Admin → Networks → Certificate Authority
Any filtering appliance (Lightspeed, GoGuardian, Securly, etc.)
Try:
Temporarily bypassing SSL inspection for that domain
Typed URLs and redirected URLs are sometimes routed differently.
Especially if you use:
Explicit proxy
PAC file
Content filter
🔍 Check:
Admin → Chrome → Network → Proxy settings
Whether DIRECT vs PROXY rules differ by URL format
Even if the site isn’t blocked outright:
Typed navigation may be blocked
Search-click navigation allowed
🔍 Check:
Safe Browsing level
Content category blocks
Admin → Chrome → Safety
Extensions can intercept navigation events.
Even if the extension is “passive”:
Typed URLs trigger inspection
Redirected URLs sometimes do not
🔍 Test:
Temporarily disable all force-installed extensions
Especially filtering, monitoring, or security extensions
On the affected Chromebook:
Go to:
chrome://policy
Search for:
URLBlocklist
URLAllowlist
ProxyMode
HttpsOnlyMode
SafeBrowsing
Click “Reload policies”
Retest
If you want to go deeper:
chrome://net-export
and capture a failing vs working attempt.
✅ Add explicit HTTPS + HTTP allow rules for the domain
✅ Check HTTPS-only enforcement
✅ Exclude the domain from SSL inspection / content filtering
If you want, tell me:
Whether you’re using GoGuardian / Lightspeed / Securly / etc.
Whether URL filtering is device- or user-based
I can point you to the exact toggle that usually causes this.
Having an odd situation with a url that seems specific to Google Managed Chromebooks. Typing the url will result in an error "Site can't be reached". However if I do a Google Search for the site, and click the search result link (which has been verified as the same as the url typed directly), the page loads properly.This is only on Google Managed Chromebooks. Windows and Mac devices resolve fine, and if I do the test within the same network using a non-managed Chromebook, logged in as the same user, the page resolves.So this must be a weird Google setting. I have played around with settings pertaining to url and http(s), but haven't found the magic setting.Anyone else run into this and found a solution?-----------------------------------------------------------------------
Search the SCHOOL-IT Archive
Manage your Subscription to SCHOOL-IT
-----------------------------------------------------------------------
Search the SCHOOL-IT Archive
Manage your Subscription to SCHOOL-IT