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 2020/06/02 14:25:33 UTC

[GitHub] [incubator-superset] brachipa commented on pull request #9396: feat: add SSL certificate validation for Druid

brachipa commented on pull request #9396:
URL: https://github.com/apache/incubator-superset/pull/9396#issuecomment-637577258


   Hi, 
   I know that this PR is already closed, but may I just raise issue if I can?
   
   I can't configure db connection with cert, it gave me exception: 
   ```
   ERROR:superset.views.core:Unexpected error connect() got an unexpected keyword argument 'ssl_verify_cert'
   ```
   I see in your code that you set in this field, the cert path. and I print the path into the logs and see the correct file name,I also check, and this file is saved in my file system.
   
   (also setting this, doesn't really help, it gives same error, seems like you ignore that property
   `"engine_params": {"connect_args": {"scheme": "https", "ssl_verify_cert": false}}`
   
   So why does it fail? seems like something sqlalchemy.
   Any idea?
   


----------------------------------------------------------------
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



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