GitHub user ustcweizhou opened a pull request: https://github.com/apache/cloudstack/pull/759
CLOUDSTACK-8783: specify ciphersuite SSL_DH_anon_WITH_3DES_EDE_CBC_SHA in MockServerTest.java The ciphersuite could be different on os. Sometimes the MockServerTest fails due to the ciphersuite does not work (for instance misconfiguration). SSL_DH_anon_WITH_3DES_EDE_CBC_SHA has 168-bit encryption and anonymous auth, which is suitable for SSL testing. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ustcweizhou/cloudstack CLOUDSTACK-8783 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/759.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #759 ---- commit 0f70833dd82ac6953f2aab4a9d1bf7d3eea9bf1d Author: Wei Zhou <w.z...@tech.leaseweb.com> Date: 2015-08-28T10:25:00Z CLOUDSTACK-8783: specify ciphersuite SSL_DH_anon_WITH_3DES_EDE_CBC_SHA in MockServerTest.java ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---