IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

enable SSL Debug for Application running on Windows

  • 1.  enable SSL Debug for Application running on Windows

    Posted Thu October 15, 2015 08:29 AM

    Hi,

    Can anyone advise me how do i correctly enable ssl debug on for application running on windows? This is what I have done:
    Added these two properties in server.cnf : watt.net.ssl.debug=true and watt.ssl.iaik.debug=true
    started server from cmd and piped stderr to file.
    Still unable to find any logs related to ssl_debug.
    i am using 9.8 trialversion.
    Also i see on administrator there is security logs available for view under Logs category, how is this different from above settings? Isnt that should show SSL logs?


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: enable SSL Debug for Application running on Windows

    Posted Thu October 15, 2015 08:50 AM

    Check wrapper.conf and custom_wrapper.conf in /profiles/IS_default/configuration directory. One of them might contain a line similar to:

    wrapper.java.additional.nnn=-Djavax.net.debug=ssl,handshake


    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: enable SSL Debug for Application running on Windows

    Posted Thu October 15, 2015 09:01 AM

    Thanks for the reply, but none of the file contains this property. do you want this to be added?


    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: enable SSL Debug for Application running on Windows

    Posted Thu October 15, 2015 03:02 PM

    ssl debug are written in the SoftwareAG98\profiles\IS_default\logs\wrapper.log
    not the server log.


    #Integration-Server-and-ESB
    #webMethods


  • 5.  RE: enable SSL Debug for Application running on Windows

    Posted Thu October 15, 2015 05:42 PM

    Yes please add it and check the logs from /profiles/IS_default/logs/wrapper.log)

    start IS with /profiles/IS_default/bin/startup.sh


    #webMethods
    #Integration-Server-and-ESB


  • 6.  RE: enable SSL Debug for Application running on Windows

    Posted Fri October 16, 2015 01:06 AM