rails-sqlserver / tiny_tds

TinyTDS - Simple and fast FreeTDS bindings for Ruby using DB-Library.
Other
606 stars 190 forks source link

Allow to specify more config settings (like ca file) #504

Open gucki opened 2 years ago

gucki commented 2 years ago

It seems several config settings mentioned in https://www.freetds.org/userguide/freetdsconf.html cannot be set on the client right now, for example "ca file" or "enable tls v1". It'd be great if this could be implemented.