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

Fail to connect to SSL enabled IS JMX port

  • 1.  Fail to connect to SSL enabled IS JMX port

    Posted Thu November 24, 2022 09:30 PM

    Hi folks,

    I have a wM Integration Server 10.3 instance running on OpenJDK 1.8 in Linux where I followed KB#1782523 to enable SSL for the JMX port, /profiles//configuration/com.softwareag.platform.config.propsloader:

    port=19007
    jaasRealm=PlatformManagement
    enabled=true
    permission=*
    alias=defaultJmx
    secure=true
    keystoreFile=‘path to keystore file’
    keystorePass=‘password for the keystore file’
    keystoreType=‘pkcs12 or jks’

    Due to security concerns of passing user id and password even in our internal network, I’m trying to enable SSL for the JMX port so that I can use JMX monitoring tools like VisualVM to measure our IS server performance.

    Has anyone been successful in this regard? I can only connect VisualVM to the JMX port without SSL.


    #Integration-Server-and-ESB
    #webMethods