Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The below examples make use of the -Djavax.net.debug=ssl Java option that is used to receive detailed information e.g. about TLS/SSL certificate handling. However, any Java options can be forwarded like this.

...

  • When configuring certificates for secure HTTPS connections with JOC Cockpit, Controller and Agents then TLS/SSL debug options will provide detailed information e.g. about handshaking and use of certificates.
  • Use the Java option: -Djavax.net.debug=ssl or -Djavax.net.debug=all
  • Find debug output
    • of TLS/SSL certificate negotiation related to a Controller or Agent with the log file watchdog.log
    • of general authentication steps with the JOC Cockpit log file authentication-debug.log
    • of TLS/SSL connections with the JOC Cockpit log file jetty.log.

...