Profile
Parameter | DEBUG_PORT_ENC_ADV |
Component | Domino Server |
Available since | Domino 9.0.1 Fix Pack 7 |
Values | 1 = debug logging enabled, 0 / not set = off (default) |
GUI equivalent | none — notes.ini only |
Description
DEBUG_PORT_ENC_ADV enables additional debug logging on the Domino server for the advanced Notes port encryption options controlled via PORT_ENC_ADV.The parameter is primarily a diagnostic tool: it ensures that the individual options activated by the bitmask leave their activity visible in the server logs.
Example configuration
PORT_ENC_ADV=1 DEBUG_PORT_ENC_ADV=1
Enables a specific advanced port encryption option (bit
1) and additionally writes debug information to the Domino log.DEBUG_PORT_ENC_ADV=0
Disables debug logging again (default).
Notes & pitfalls
- Produces partly extensive log output — use only temporarily for diagnostics, do not leave it permanently active in production environments.
- Only takes effect in combination with
PORT_ENC_ADVenabled. WithoutPORT_ENC_ADV, no additional output is to be expected.
- Takes effect only after a restart of the
servertask.
- Debug logs may contain sensitive details about the encryption configuration — handle accordingly when sharing (e.g. with HCL Support).
Sources
- HCL Domino Administrator Documentation — Configuring the level of port encryption and authentication
- HCL Domino Administrator Documentation — PORT_ENC_ADV
- IBM Domino 9.0.1 Documentation — Configuring the level of port encryption and authentication