You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by GitBox <gi...@apache.org> on 2020/06/16 18:19:41 UTC

[GitHub] [ambari] dvitiiuk commented on a change in pull request #3204: AMBARI-25520. Insecure Transport : Weak SSL Cipher and weak protocol.

dvitiiuk commented on a change in pull request #3204:
URL: https://github.com/apache/ambari/pull/3204#discussion_r441052119



##########
File path: ambari-server/src/main/java/org/apache/ambari/server/controller/AmbariServer.java
##########
@@ -200,6 +200,7 @@
    */
   public static final EnumSet<DispatcherType> DISPATCHER_TYPES = EnumSet.of(DispatcherType.REQUEST);
   private static final int DEFAULT_ACCEPTORS_COUNT = 1;
+  private static final String[] DEPRECATED_SSL_PROTOCOLS = new String[] {"TLSv1"};

Review comment:
       The such deprecation list is already implemented with "security.server.disabled.protocols" property.




----------------------------------------------------------------
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.

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