Cipher suites remain disabled in the corresponding conf files (cleartrust.net.ssl.cipher_suitesis left unset).
After building and attempting to use a PKCS#12 file for mutually authenticated SSL for the ClearTrust intercomponents (using OpenSSL), the following exception messages appears in the servers log files:
javax.net.ssl.SSLException: No available certificate corresponds to the SSL cipher suites which are enabled.
at com.sun.net.ssl.internal.ssl.SSLServerSocketImpl.a(Unknown Source)
at com.sun.net.ssl.internal.ssl.SSLServerSocketImpl.accept(Unknown Source)
at sirrus.dispatcher.AuthServerRegistry.run(AuthServerRegistry.java:102)