ENCRYPT_CDR Configuration Parameter
Use the ENCRYPT_CDR configuration parameter to set the level of encryption for Enterprise Replication.
- onconfig.std value
- ENCRYPT_CDR 0
- values
- 0 = Default. Do not encrypt.
1 = Encrypt when possible. Encryption is used for Enterprise Replication transactions only when the database server being connected to also supports encryption.
2 = Always encrypt. Only connections to encrypted database servers are allowed.
- takes effect
- After you edit your onconfig file and restart the database server.
Usage
If you enable encryption with the ENCRYPT_CDR configuration parameter, you must also set the ENCRYPT_MAC, ENCRYPT_MACFILE, ENCRYPT_SWITCH, and ENCRYPT_CIPHERS configuration parameter to configure encryption.
If you use both encryption and compression (by setting the CDR_NIFCOMPRESS configuration parameter), then compression occurs before encryption.
-
From 14.10xC6 onwards, Enterprise Replication uses SMX connection for communicating with peer servers and ENCRYPT_SMX or onsocssl shall be used to enable encryption. For communicating with older server versions before 14.10xC6, Enterprise Replication still requires configuring ENCRYPT_CDR.
-
Support for Informix encryption is removed starting Informix Server 14.10.xC9 . ENCRYPT_CDR is used in Informix encryption. Hence, ENCRYPT_CDR is not supported starting 14.10.xC9.