How to enable debug ssl logs in on prem environment with JBOSS app server.Wanted to see all certificates that are imported in to server?

Hell All,

We are running onprem environment with JBOSS app server .We are using 17.4 version of appian.

We wanted to enable debug ssl logs so that we can see what all certificates that are being used

I tried setting in standalone conf file and did restart but still not seeing the ssl logs in server.log file.

Go to $JBOSS_HOME/bin/standalone.conf file and edit this file and then restart JBOSS server

 

JAVA_OPTS="$JAVA_OPTS -Djavax.net.debug=ssl:handshake:verbose:keymanager:trustmanager -Djava.security.debug=access:stack

Cheers

RajHasti

  Discussion posts and replies are publicly visible