feluelle edited a comment on issue #6576: [AIRFLOW-5922] Add option to specify 
the mysql client library used in MySqlHook
URL: https://github.com/apache/airflow/pull/6576#issuecomment-555536862
 
 
   That is currently the only one I experienced.
   ```
           .. note:: By default it connects to the database via the mysqlclient 
library.
               But you can also choose the mysql-connector-python library which 
lets you connect through ssl
               without any further ssl parameters required.
   ```
   
   Because you cannot use pure ssl without any cert options in `mysqlclient`. 
_Let me find some refs._
   
   
[This](https://stackoverflow.com/questions/3173650/python-mysqldb-ssl-connection)
 worked in early versions of mysql. 
https://stackoverflow.com/questions/7287088/ca-ssl-parameter-for-python-mysqldb-not-working-but-key-does
   
   ...

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to