bharath0208 opened a new issue #8709: Unable to connect to presto-coordinator 
using SSL
URL: https://github.com/apache/incubator-superset/issues/8709
 
 
   Hi Folks,
   
   I am trying to connect to my presto coordinator from superset over https but 
i am getting this error.
   superset_1  | requests.exceptions.SSLError: 
HTTPSConnectionPool(host='**************.cloud', port=443): Max retries 
exceeded with url: /v1/statement (Caused by SSLError(SSLError(1, '[SSL: 
CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:852)'),))
   
   ### Expected results
   
   This is expected to connect to my presto-coordinator which is running on 
https port
   
   - superset version: `Latest`
   - python version: `3.6.9`
   - node.js version: `v10.17.0`
   - npm version: `6.11.3`
   - pip version: `pip 9.0.2 from /usr/local/lib/python3.6/site-packages 
(python 3.6)`
   
   ### Parameters Used
   
   **SQLAlchemy URI**:  
presto://<presto_coordinator>:<port>/<catalog>/information_schema?source=superset\
   
   **Extra:**
       {
           "metadata_params": {},
           "engine_params": {
              "connect_args":{
                 "protocol": "https",
                 "requests_kwargs": {
                          "verify": "/home/superset/tls.pem"
                   }
              }
            },
           "metadata_cache_timeout": {},
           "schemas_allowed_for_csv_upload": []
   
   ### Checklist
   
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [x] I have checked the superset logs for python stack traces and included 
it here as text if there are any.
   - [x] I have reproduced the issue with at least the latest released version 
of the superset.
   - [x] I have checked the issue tracker for the same issue and I haven't 
found one similar.
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to