Valid Subscription is required for cloud signature downloads and for Application Signatures / SSqore processing on each connection. Check Reports → License/Users Info and Modules Status when feeds stop updating.
Pieces
- SSqore — CCS URL categorisation during request profiling. Globals: Enabled (Heuristic is stored but unused in the current build).
- Categorize Web-Sites — Local category overrides you maintain. Takes precedence over cloud results for matching hosts on the hot path.
- Local override wins outright — for a host the local editor explicitly covers, the two categorisation sources are not merged; the local override simply wins, even if the cloud disagrees.
- Application Signatures — Vendor
applications4database plus custom rules. Downloaded on UPDATE schedule; skipped when subscription expired. - Content Signatures — Vendor
content4.xmlplus libmagic MIME database under/var/lib/safesquid/content_signatures/.
- Detects the actual file type of a response or upload body, independent of what its filename or declared content type claims.
- DNS_CAT_ZONE — In startup.ini (default
.c.ssquid.in). Set to.to disable DNS categorisation zone use. - UPDATE_INTVL / UPDATE_RETRY_DELAY — How often the appliance fetches signature and feed updates (startup.ini).
Update cycle (overview)
- Background hooks on the UPDATE schedule call signature updaters (
update_application_signatures,update_content_signatures, and related). - Downloaded files land under
/var/lib/safesquid/(application_signatures, content_signatures, ssqore cache, and similar). - Config reload or init hooks merge vendor data with custom dev XML from the Web UI.
- Per-request labelling runs in the pipeline: SSqore and local category editor for website categories; Application Signatures for application tags.
Offline behaviour
When cloud lookups or downloads fail, SafeSquid relies on the last loaded on-disk databases and SSqore cache entries. New hosts may receive no categories until connectivity returns. Enable CATEGORY log level and check Modules Status in Reports.- Local overrides in Categorize Web-Sites are entirely unaffected by an outage — they never depend on cloud connectivity in the first place.
- Custom Application Signature and Content Signature rules keep working too during an outage: only the vendor database refresh depends on connectivity, not the matching of rules already loaded.
- Previously-seen hosts keep working exactly as before, from the last successful update.
Examples
How to verify
- Reports → Modules Status — application/content signature load times and errors.
- Detailed logs —
categoriesandapplication_signaturescolumns on test URLs. - Native logs with CATEGORY enabled for SSqore lines.
- If categorisation looks stale or wrong, check Modules Status for the last successful update time before assuming a policy problem — a feed that has not refreshed in a long time behaves very differently from a misconfigured policy, and the two are easy to confuse.

