Troubleshoot TLS issues for OpenEdge Replication
- Last Updated: January 27, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
To troubleshoot TLS issues with OpenEdge Replication, use the following resources:.
-
Make sure that your TLS certificates have not expired.
See Manage certificate stores for OpenEdge clients and servers.
- To view cipher text buffer dumps on the source database, set the environment variable SSLSYS_DEBUG_LOGGING to level 5 and check the
cert.client.log.Note: The TLS in OpenEdge Replication is completely independent of the TLS used by the database broker and any client connections made to it. However, if TLS is enabled for both the database broker and the client connections, the broker and the replication agent and replication transition processes share the cert.log file when SSLSYS_DEBUG_LOGGING is enabled. - Validate changes sent over the network to the target database, as follows:
On the target database, check the
cert.server.logfor the following message:SSL Server handshake suceededOn the source database, check the
cert.client.logfor the following message:SSL Client handshake succeeded