we are trying to upgrade to axm 6.2.4 from 6.1
and we use admin and runtime api in our application code.
Where can I get the 6.2 version of axm admin and runtime api jar files.
when trying with old one we are seeing connections errors from client app to the dispather and aserver.
when we have ssl_use=anon
sequence_number=83,date=2018-10-04 13:55:29:925 EDT,messageID=0,event_type=Error,description=Error handling client connection from ip-.ec2.internal/xx.xxx.xx.xx:53288,error=javax.net.ssl.SSLException: No shared ciphers for protocol
when we changed to ssl_use=clear
sequence_number=2207,date=2018-10-04 21:27:32:944 EDT,messageID=0,event_type=Error,description=Error handling client connection from ip-.ec2.internal/xxxx.xxx.xxx.:47016,error=java.lang.IllegalArgumentException: Unknown function requested: TP[���a��W��X�a�F�ݪh
It was a settings issue: ssl_mode was not correctly set on the server side and on the client application side.
we changed that and it worked.