3.9.12. DebugTLS Previous topic Parent topic Child topic Next topic

This integer parameter enables TLS debugging in IO::Socket::SSL for all TLS based LDAP connections. The debug messages are printed to stderr. The available values as listed by IO::Socket::SSL version 2.0.69 are shown below:
  • 1
    Print out errors from IO::Socket::SSL and ciphers from Net::SSLeay.
  • 2
    Print also information about call flow from IO::Socket::SSL and progress information from Net::SSLeay.
  • 3
    Print also some data dumps from IO::Socket::SSL and from Net::SSLeay.
The following Radiator configuration file example enables all available debugging:
DebugTLS 3
When Radiator is run directly on console, LDAP TLS debug messages are directly visible. When Radiator is started with systemd utilities, use its utilities to view stderr messages. For example, using Linux command line:
% sudo journalctl -u radiator
% less /var/log/messages
Another option is to add a local systemd configuration change to redirect stdout and stderr to a file. For the details, see Section 5.1. Systemd service unit file