[ 
https://issues.apache.org/jira/browse/PHOENIX-5845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17084776#comment-17084776
 ] 

Istvan Toth commented on PHOENIX-5845:
--------------------------------------

HTTPS support is transparently handled by the requests library.
However, we need to expose the verify parameter to allow us to add the server 
certificate. (or disable verification)

The underlaying implementation only supports PEM format, and doesn't support 
password-protected truststores, so the feature parity is not full.

I have also added aliases so that the parameter names used by Avatica are also 
accepted.

> Add HTTPS support to the python client
> --------------------------------------
>
>                 Key: PHOENIX-5845
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-5845
>             Project: Phoenix
>          Issue Type: Sub-task
>          Components: queryserver
>    Affects Versions: queryserver-1.0.0
>            Reporter: Istvan Toth
>            Assignee: Istvan Toth
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The python client should handle https the same way the java client does 
> * It should be able to communicate via HTTPS
> * It needs to have an option to set the trustrore and trustore key, 
> preferably in a format that can also be handled by java



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to