2 Replies Latest reply on May 4, 2018 5:18 PM by lafr

    Self signed certificates for https not working on IBM AIX 7.x

    lafr

      For genearations of JBossAS / Wildfly AS we have been using self signed certificates for https access.

      It's generated with this command: $JAVA_HOME/jre/bin/keytool -genkey -alias mbicert -keyalg RSA -sigalg MD5withRSA -keystore $KEYSTOREFILE -storepass $KEYSTOREPASS -dname "cn=$MACHINE" -keypass $KEYSTOREPASS -validity 9999

      This still works fine on Solaris 10, Windows Server 2012R2, ... just fine, but now we encounter problems on IBM AIX 7, Java 8, Wildfly 10.

      Internet Explorer and Mozilla Firefox say, that they cannot establish a (secure) connection. See (German) Firefox example below.

       

      Anyone who can help us to solve thi issue?