Github user miguelaferreira commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/935#discussion_r42215862
--- Diff:
services/console-proxy-rdp/rdpconsole/src/test/java/rdpclient/MockServerTest.java
---
@@ -161,7 +161,8 @@ public void testIsMockServerCanUpgradeConnectionToSsl()
throws Exception {
final SSLSocketFactory sslSocketFactory =
(SSLSocketFactory)SSLSocketFactory.getDefault();
SSLSocket sslSocket =
(SSLSocket)sslSocketFactory.createSocket(socket, address.getHostName(),
address.getPort(), true);
-
sslSocket.setEnabledCipherSuites(sslSocket.getSupportedCipherSuites());
+
//sslSocket.setEnabledCipherSuites(sslSocket.getSupportedCipherSuites());
--- End diff --
Commented code left behind. Was the intention to delete it or to uncomment
it?
---
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 [email protected] or file a JIRA ticket
with INFRA.
---