AppWorx, Dollar Universe and Sysload Community

 View Only
  • 1.  AM 9.3 using OpenJDK on Windows master

    Posted Jul 08, 2019 11:01 AM
    I have not been able to get OpenJDK 11.02 to work with Applications Manager 9.3 on a Windows Server 2016 master.  The master and local agent log SSL handshake errors when attempting to connect.  I have observed that TLS 1.3 is being used and suspect this is the problem.  It works fine using Oracle Java 8u202, which uses TLS 1.2 for the agent to master connection.  I just opened a case on this.  Has anyone been able to get OpenJDK 11.02 to work with AM 9.3 on a Windows master?


  • 2.  RE: AM 9.3 using OpenJDK on Windows master

    Posted Jul 09, 2019 06:57 PM
    Support was able to identify my issue.  The keystore I was using was created with DSA.  TLS 1.3 does not support DSA.  I created a new keystore using RSA, works fine with OpenJDK 11 now.