rails-sqlserver / heroku-buildpack-freetds

This is a Heroku buildpack for vendoring the FreeTDS binaries into your project.
MIT License
10 stars 31 forks source link

use gnutls #20

Closed JewlsIOB closed 1 year ago

JewlsIOB commented 1 year ago

The latest version of TLS/openssl is not working properly with freetds. See https://github.com/FreeTDS/freetds/issues/336 and https://github.com/FreeTDS/freetds/issues/299

This fix solves https://github.com/rails-sqlserver/heroku-buildpack-freetds/issues/19. I can now run freetds and tinytds on heroku-22!

FYI @bf4

JewlsIOB commented 1 year ago

@bf4 yes, I have it up and running on one of my heroku sites! It has been quite a relief to get it working.