To enable SSL debug for AMX, add java.property.javax.net.debug=all to the respective Node .tra file and restart the Node. Attached a sample SystemNode .tra file (Filename: tibamx_SystemNode.tra) with the above property added. From the SSL debug log, you will be able to see certificate information resembling the following.
=============================================================================================
14 Mar 2016 13:16:57,225 [WAR-Deployer-Thread] [INFO ] [] stdout - Found trusted certificate:
14 Mar 2016 13:16:57,225 [WAR-Deployer-Thread] [INFO ] [] stdout - [
[
Version: V3
Subject: CN=WIN2K8-DOMCON, OU=Domain Controllers, DC=rtfm, DC=support, DC=arlington, DC=com
Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5
Key: Sun RSA public key, 2048 bits
modulus: 27707277710146932140884050939674219108790826375754978454876459613507223760993545077435912867042943853310036699527166141624794043814010680378206814035929641872352262131654979259892164299092135835704875912624770509088810541448567107319874406087846628226110769993153232456637925132422976731137461192564353179216964443384451591623725585599513128411298161463798403821256800270896726221302898580729084326160348437139641744036511653831624416672037155143050201771695888649098000606100086857454749455594267879807471047003812000920480913933864077424898509174386368831408055370764874353618059103157598943092322566153376276633277
public exponent: 65537
Validity: [From: Wed Jun 17 14:50:08 PDT 2015,
To: Sat Jun 17 15:00:08 PDT 2017]
Issuer: CN=RTFM, DC=rtfm, DC=support, DC=arlington, DC=com
SerialNumber: [ 21e110d3 00000000 0004]
Certificate Extensions: 9
[1]: ObjectId: 1.3.6.1.4.1.311.21.10 Criticality=false
Extension unknown: DER encoded OCTET string =
0000: 04 33 30 31 30 09 06 07 2B 06 01 05 02 03 05 30 .3010...+......0
14 Mar 2016 13:16:57,225 [WAR-Deployer-Thread] [INFO ] [] stdout - 0010: 0C 06 0A 2B 06 01 04 01 82 37 14 02 02 30 0A 06 ...+.....7...0..
14 Mar 2016 13:16:57,225 [WAR-Deployer-Thread] [INFO ] [] stdout - 0020: 08 2B 06 01 05 05 07 03 01 30 0A 06 08 2B 06 01 .+.......0...+..
14 Mar 2016 13:16:57,225 [WAR-Deployer-Thread] [INFO ] [] stdout - 0030: 05 05 07 03 02 .....
14 Mar 2016 13:16:57,225 [WAR-Deployer-Thread] [INFO ] [] stdout -
...
============================================================================================