You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/03/07 09:30:19 UTC

[GitHub] [cloudstack] rohityadavcloud opened a new issue #6063: Disable TLS v1.0, Deprecate TLS v1.1; Use TLS v1.2 at least by default and support TLS v1.3

rohityadavcloud opened a new issue #6063:
URL: https://github.com/apache/cloudstack/issues/6063


   The latest advise from RFCs are to disable TLSv1.0 along with SSLv2, v3; deprecate TLSv1.1 and have TLS v1.2 by default, support TLSv1.3 as well:
   https://datatracker.ietf.org/doc/html/rfc8446
   https://datatracker.ietf.org/doc/html/rfc8996
   
   Given we support legacy hypervisors, we can't do this by default. This should change and be considered in near future as and when XS7.1 along with VMware 6.0, 6.5 reach EOL.
   
   ##### ISSUE TYPE
    * Improvement Request
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   TLS, connections, security
   ~~~
   
   Old PR for reference: https://github.com/apache/cloudstack/pull/5823


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org