according to pytds connect documentation we have a way to provide here path to cafile to enable TLS when connecting to Microsoft SQL server. good.
I am not python specialist, what are the other ways to enable TLS using other python database drivers ?
pyodbc, (would it be located on the odbc driver config level) ?
adodbapi...
on windows the certificates are automatically found in repository, it's not the case on unix
the answers provided here are not complete enough concerning TLS in the connection string
(the finality is to use Robotframework-Database-Library to connect to MSSQL enabling only TLS v1.2 connection)
thanks