Log TLS messages during OpenEdge Replication
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
For help debugging issues, you can log messages about Transport Layer Security (TLS) sessions.
To log messages about TLS issues, set the optional debug logging environment variable for levels 1 through 5:
export SSLSYS_DEBUG_LOGGING=[1-5]
If you set this variable, the OpenEdge database logs details about TLS sessions for the database broker in the cert.server.log file in the broker's working directory. Level 1 logs the least information, and 5 logs the most information, up to the encrypted buffer dumps written and read on the connection sockets.