Olympus Docs
ReferenceError catalog

cipher_decrypt_fail

Decryption of an encrypted setting failed., source: SDK

cipher_decrypt_fail

Source: SDK

HTTP: 500

Summary

Decryption of an encrypted setting failed.

When this fires

Reading a setting whose ciphertext doesn't match the current ENCRYPTION_KEY.

Common causes

  • ENCRYPTION_KEY rotated without migration
  • Ciphertext corruption

Fix

See Operate, Encryption key rotation or Cookbook, Recover lost encryption key.

Source code

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

On this page