nrg4878 commented on a change in pull request #1580:
URL: https://github.com/apache/hive/pull/1580#discussion_r505775031



##########
File path: jdbc/src/java/org/apache/hive/jdbc/Utils.java
##########
@@ -105,6 +105,8 @@
     public static final String USE_SSL = "ssl";
     public static final String SSL_TRUST_STORE = "sslTrustStore";
     public static final String SSL_TRUST_STORE_PASSWORD = "trustStorePassword";
+    public static final String SSL_TRUST_STORE_TYPE = "trustStoreType";

Review comment:
       So now instead of defaulting to JKS, the client always has to provide 
"trustStoreType=JKS" in the connection params? Wouldnt this break backward 
compatibility with existing applications ?




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



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to