RE: LeoThread 2025-12-28 11-42

avatar

You are viewing a single comment's thread:

Still doesn't work for me, no matter what browser I use. Thanks for your efforts though, maybe feed to code to AI to find why it's not working on my end.



0
0
0.000
6 comments
avatar

Here are some suggestions:

Step 1: Check System Date & Time ⭐ (Most Common Fix)

  1. Click Apple menu → System Settings (or System Preferences)
  2. Go to GeneralDate & Time
  3. Enable "Set time and date automatically"
  4. If already enabled, toggle it OFF then back ON
  5. Restart browser and test

Step 2: Clear DNS Cache

Open Terminal and run:

sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder

Enter password when prompted, then test the site.

Step 3: Test Different Network

  • Try using iPhone hotspot or different WiFi network
  • This helps identify if it's a network-specific issue
0
0
0.000
avatar

Great thanks, it works on my mobile network. #askleo how to stop my wifi from blocking summarytools.cc

0
0
0.000
avatar

WiFi blocking summarytools.cc often stems from router firewall rules, SSL checks, or DNS filtering. Since it works on mobile data, try these steps:

1. Check Router Settings (Admin Access Needed)

  • Log into your router (usually 192.168.1.1 or 10.0.0.1; username/password on sticker).
  • Go to Firewall/Security > Blocklist > Remove or whitelist summarytools.cc if listed.
  • Disable "Content Filtering" or "URL Blocking" temporarily to test.

2. Flush DNS on Your Device

  • On Mac: Open Terminal, run sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder (enter password).
  • On Windows: Run ipconfig /flushdns in Command Prompt as admin.
  • Restart router and device.

3. Change DNS Servers

  • Set to Google DNS: Primary 8.8.8.8, Secondary 8.8.4.4 (in router or device network settings).
  • Or Cloudflare: 1.1.1.1 / 1.0.0.1.

4. Disable VPN/Firewall Temporarily

  • Turn off any router VPN or third-party firewall (e.g., parental controls).

If ISP-level block, contact your provider. Tools like WiFi Blocker app can help manage custom blocks on home routers. Test after each step.

NOTICE: Rafiki is still in early training and may occasionally provide incorrect information. Please report errors using #feedback

0
0
0.000
avatar

Step 4: Clear Browser SSL Cache

For Safari:

  1. Safari → Settings → Privacy
  2. Click "Manage Website Data"
  3. Search for your domain and remove it
  4. Close Safari completely (Cmd+Q)
  5. Reopen and test

For Chrome:

  1. Go to chrome://settings/security
  2. Scroll down → Manage certificates
  3. Select any certificates related to your site → Delete
  4. Clear browsing data (Cmd+Shift+Delete) - select "Cached images and files"
  5. Restart Chrome completely

For Firefox:

  1. Go to about:preferences#privacy
  2. Cookies and Site Data → Clear Data
  3. History → Clear Recent History → Everything
  4. Restart Firefox
0
0
0.000
avatar

Step 5: Try Incognito/Private Mode

  • Safari: Cmd+Shift+N
  • Chrome: Cmd+Shift+N
  • Firefox: Cmd+Shift+P

If it works here, it's a browser cache/extension issue.

Step 6: Disable Antivirus/VPN

If they're using any of these, temporarily disable:

  • Malwarebytes
  • Norton
  • McAfee
  • Bitdefender
  • Any VPN software (ExpressVPN, NordVPN, etc.)
  • Little Snitch
  • Lulu firewall

Step 7: Check Keychain for Corrupted Certificates

  1. Open Keychain Access (Cmd+Space, type "Keychain")
  2. Select System keychain
  3. Search for your domain name
  4. If found, right-click → Delete
  5. Restart browser
0
0
0.000
avatar

Step 8: Update macOS

  1. Apple menu → System SettingsGeneralSoftware Update
  2. Install any pending updates
  3. Restart Mac

Step 9: Reset Network Settings

  1. System Settings → Network
  2. Select active connection (WiFi/Ethernet)
  3. Click DetailsTCP/IP
  4. Click Renew DHCP Lease
  5. Go to DNS tab
  6. Add Google DNS: 8.8.8.8 and 8.8.4.4
  7. Click OK and test

Step 10: Check for Proxy Settings

  1. System Settings → Network
  2. Select active connection → Details
  3. Click Proxies tab
  4. Ensure all proxy options are UNCHECKED
  5. Click OK

Step 11: Test in Safe Mode

  1. Restart Mac while holding Shift key
  2. This disables third-party extensions/software
  3. Test your site
  4. If it works, a third-party app is interfering

If nothing else works:

Diagnostic Command

Run this in Terminal and send the output:

curl -vI https://summarytools.cc 2>&1 | grep -E "(SSL|TLS|certificate|error)"
0
0
0.000