Member since
02-09-2023
1
Post
0
Kudos Received
0
Solutions
02-09-2023
07:36 AM
I followed https://docs.cloudera.com/cdp-private-cloud-base/7.1.8/securing-hive/topics/hive-enable-tls.html to configure Hive Kerberos with SSL. There was no issue, however , when I tried to obtain/display certs on client side to be used in connection, I obtained the following: openssl s_client -connect my_host:10000 -showcerts CONNECTED(00000005) read:errno=0 --- no peer certificate available --- No client certificate CA names sent --- SSL handshake has read 0 bytes and written 287 bytes --- New, (NONE), Cipher is (NONE) Secure Renegotiation IS NOT supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : TLSv1.3 Cipher : 0000 Session-ID: Session-ID-ctx: Master-Key: Start Time: 1675956752 Timeout : 7200 (sec) Verify return code: 0 (ok)
... View more
Labels:
- Labels:
-
Apache Hive
-
Kerberos
-
Security