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 2022/04/11 09:46:14 UTC

[GitHub] [superset] DwijadasDey commented on issue #19639: Unable to connect Trino coordinator using SSL/LDAP

DwijadasDey commented on issue #19639:
URL: https://github.com/apache/superset/issues/19639#issuecomment-1094829034

   I need to add "http_scheme": "https" in connect_args parameter in the secure extra section to make it work!
   
   ```
   {
   "connect_args":{
   "http_scheme": "https",
   "port": "8443",
   "verify": "/u01/venv/lib/python3.8/site-packages/superset/trino.pem"
   }
   }
   ```


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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