Support Questions

Find answers, ask questions, and share your expertise
Announcements
Welcome to the upgraded Community! Read this blog to see What’s New!

Do Hiveserver2 direct JDBC Calls Support TLS1.2 ?

avatar
Rising Star

Does hiveserver2 JDBC calls support TLSv1.2 ? We are having external applications configured to use TLS1.2 for stronger security.

1 ACCEPTED SOLUTION

avatar
Super Guru
@grajagopal

I think it does. I'm not a security expert but when I configured SSL for hiveserver2, I could see below line in hiveserver2 logs

2016-04-07 13:24:45,538 INFO  [Thread-10]: auth.HiveAuthFactory (HiveAuthFactory.java:getServerSSLSocket(274)) - SSL Server Socket Enabled Protocols: [SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2]

View solution in original post

3 REPLIES 3

avatar
Super Guru
@grajagopal

I think it does. I'm not a security expert but when I configured SSL for hiveserver2, I could see below line in hiveserver2 logs

2016-04-07 13:24:45,538 INFO  [Thread-10]: auth.HiveAuthFactory (HiveAuthFactory.java:getServerSSLSocket(274)) - SSL Server Socket Enabled Protocols: [SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2]

avatar
Rising Star

avatar
Super Guru

@grajagopal - If you get your answer then please click on accept on the answer given above to close this thread 🙂

Labels