bharath0208 commented on issue #8709: Unable to connect to presto-coordinator using SSL URL: https://github.com/apache/incubator-superset/issues/8709#issuecomment-564152594 @dpgaspar I tried with *"verify": false* ```superset_1 | sqlalchemy.exc.OperationalError: (pyhive.exc.OperationalError) Unexpected status code 401 superset_1 | b'<html>\n<head>\n<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>\n<title>Error 401 Unauthorized</title>\n</head>\n<body><h2>HTTP ERROR 401</h2>\n<p>Problem accessing /v1/statement. Reason:\n<pre> Unauthorized</pre></p>\n</body>\n</html>\n' superset_1 | [SQL: SELECT 1] superset_1 | (Background on this error at: http://sqlalche.me/e/e3q8) superset_1 | 172.22.0.1 - - [10/Dec/2019 17:48:42] "POST /superset/testconn HTTP/1.1" 500 -``` Also, i tried *"verify": "false"* and I am getting the below error. ````superset_1 | File "/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 228, in cert_verify superset_1 | "invalid path: {}".format(cert_loc)) superset_1 | OSError: Could not find a suitable TLS CA certificate bundle, invalid path: false superset_1 | 172.22.0.1 - - [10/Dec/2019 17:50:19] "POST /superset/testconn HTTP/1.1" 500 -```
---------------------------------------------------------------- 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]
