Description
Some of the SSL tests in openwire requires to pass in more options like
enabledCipherSuites
It needs to refactor the test util to allow passing of those options to broker.
And some of the cipher suite is obsolete in recent jre. Meaning they are disabled by default for security reasons (e.g. SSL_RSA_WITH_RC4_128_SHA). This will cause SSL handshake failure.
It can be fixed by using a more secure (not disabled) one, like
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256