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



##########
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:
       Can this be made configurable in `ambari.properties` such that user can 
also define their exclude list on top of this deprecated list?




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to