SSL-Explorer Agent does not launch on Mac Clients in 0.2.15
This was caused by a minor code change that we did not realise would affect Mac clients in such a way. You can undo the code change changing a single line of text in the .jspf files:
Locate the file $SSLX_HOME/webapp/WEB-INF/jsp/content/navigation/launchViaAgentAppletContent.jspf
Locate the following line:
t += 'ARCHIVE="launcher.jar,launcher-en.jar"';
Change the line to:
t +='ARCHIVE="sslexplorer-agent/launcher.jar,sslexplorer-agent/launcher-en.jar"';
Now it is a good idea to clear the SSL-Explorer cache. Delete the contents of $SSLX_HOME/tmp and restart the service.