alexio215 commented on issue #46023:
URL: https://github.com/apache/airflow/issues/46023#issuecomment-2626422301

   So I'm currently looking at using two capabilities. The first, is to connect 
to an NGINX proxy that requires SSL certs and expects mTLS to serve HIVE 
commands locally through our cluster, into the HIVE2SERVER running right behind 
it. The second, down the line that I am hoping for, is to find or create 
support for direct connection with pyHIVE to HIVE2SERVER running with SSL, and 
to perform mTLS. The problem with this however is that I notice that python 
does not natively support the .jks format that HIVE2SERVER expects, hence the 
use of an NGINX proxy. However, looking at pyHIVE, and its most recent issues, 
to me it seems that pyHIVE as well does not support SSL connection:
   https://github.com/dropbox/PyHive/issues/257
   
   Forgive me for any misunderstanding as well, this is all a learning process 
to me at the same time. Thank you for the patience and help @nevcohen 


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to