Ionize Docs
ReferenceError catalog

encryption_key_blocklisted

ENCRYPTION_KEY is on the blocklist of known-weak values. — source: SDK

encryption_key_blocklisted

Source: SDK

HTTP: 500

Summary

ENCRYPTION_KEY is on the blocklist of known-weak values.

When this fires

Container startup — fatal.

Fix

Generate a strong key: openssl rand -base64 32. See Security — Encryption key blocklist.

Source code

Generated from the platform's error catalog. To find emit sites: grep -r "encryption_key_blocklisted" ../<repo>/src.

On this page