RE: LeoThread 2025-12-28 11-42

You are viewing a single comment's thread:

you should no longer have any issues with the service -- subscription should not be necessary either for you. I apologize for responding so late -- have been busy with private matters for the last week or so and has not had time to be online. The summarizer is now catching up on its backlog of 700+ videos or so. @taskmaster4450le



0
0
0.000
13 comments
avatar

Great thanks! Hope all is well with you and have a great new year!

PS. The site is giving me a security error again haha...

0
0
0.000
avatar

Thanks and likewise!

hmm that's odd. It works on my end. Which browser are you using?

0
0
0.000
avatar

I've tried it on Brave, Chrome, Safari, and Hive Keychain browsers, none work.

On Keychain it shows this error:

On Safari I get this error, even when clicking proceed anyways.

0
0
0.000
avatar

I'm really sorry about the late response. I have tried renewing the SSL certificate and have also attempted to restart the service. Let me know if you are still experiencing issues

0
0
0.000
avatar

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
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