GabrielBrascher opened a new pull request #2177: Enhance SSL protocol used by Console Proxy URL: https://github.com/apache/cloudstack/pull/2177 Current SSL protocol and ciphers used in SystemVMs are not the recommended. One can check It with tests such as the one from SSL Labs (https://www.ssllabs.com/ssltest/). The grade was capped to C because of SSL ciphers and protocol. The grade was capped to B because it was allowed to use Diffie-Hellman keys with size lesser than 2048 bits. This commit changes the grade from C to -A. The following image shows the test result before any changes.  After including the changes from this commit the test result was -A.  ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
