cadet354 opened a new issue #14457:
URL: https://github.com/apache/superset/issues/14457


   Hello,
   how to connect to clickhouse with SSL credentials?
   I try set extra params:
   ```
   {
     "metadata_params": {},
     "engine_params": {
             "connect_args":{
                   "sslmode": "require"
                   "sslrootcert": 
"/usr/local/share/ca-certificates/Yandex/YandexInternalRootCA.crt"
           }
        },
     "metadata_cache_timeout": {},
     "schemas_allowed_for_csv_upload": [] 
   }
   ``` but this error occurred: 'An error occurred while creating databases: 
"Connection failed, please check your connection settings"'.
   
   I can connect with this certificate using jdbc:clickhouse on JetBrains 
DataGrip.
   
   Is SQLAlchemy clickhouse driver support SSL credentials?


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



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

Reply via email to