Enabling Java SSL Debug Logging

To enable Java SSL debug logging for Mashery Local, follow the steps below:

Procedure

  1. Add the following setting in /opt/javaproxy/proxy/proxy.ini in the ml-tm container:
    -Djavax.net.debug=all
  2. Restart javaproxy:
    service javaproxy restart
  3. Send requests to Mashery Local and watch the log in /var/log/javaproxy-runtime.log. For example:
    tail -f /var/log/javaproxy-runtime.log