You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/11/26 19:59:29 UTC

[GitHub] [incubator-superset] bharath0208 opened a new issue #8664: SSL Authentication for presto-cordinator

bharath0208 opened a new issue #8664: SSL Authentication for presto-cordinator
URL: https://github.com/apache/incubator-superset/issues/8664
 
 
   Hi Folks,
   
   I have a presto coordinator running on my k8's. I created a Keystore file with the cluster cert and key details.  I placed this Keystore inside my presto-coordinator now  when .i am using any BI tools to connect to presto i was using this Keystore for validation. For Apache superset, i converted this Keystore file to PEM file and i did specify this in the extra params.
      {
           "metadata_params": {},
           "engine_params": {
              "connect_args":{
                 "protocol": "https",
                 "requests_kwargs": {
                          "verify": "/path/alpha.pem"
                   }
              }
            },
           "metadata_cache_timeout": {},
           "schemas_allowed_for_csv_upload": []
       }
   I am trying to connect to my presto coordinator from superset over https but i am getting this error.
   Max retries exceeded with url: /v1/statement (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f3fe6367fd0>: Failed to establish a new connection: [Errno 111] Connection refused',))

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org