Skip to content

Draft: Ruby 3.1 #523

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed

Conversation

bryanwieg
Copy link
Contributor

@bryanwieg bryanwieg commented Jan 6, 2023

experimental ruby 3.1 support

you should be able to build and test by setting env var ruby_version to 3.1, then running the script start_dev.sh

clearly, something changes in ruby 3.1 and tls. freetds receives an
error "Adaptive Server connection failed", which turns out to be
ssl related. updating dependencies version did not fix the issue. but
further research found it is a known issue with other projects that
depend on the freetds library.

i tried updating openssl to the latest version, that didn't work.
the only thing that has given progress so far is setting freetds
to build with gnutls instead of openssl, which seem to be solution
accepted by most people.

as a result, it may be needed to switch tinytds to gnutls

Bryan Wiegand and others added 2 commits November 30, 2022 03:59
clearly, something changes in ruby 3.1 and tls. freetds receives an
error "Adaptive Server connection failed", which turns out to be
ssl related. updating dependencies version did not fix the issue. but
further research found it is a known issue with other projects that
depend on the freetds library.

i tried updating openssl to the latest version, that didn't work.
the only thing that has given progress so far is setting freetds
to build with gnutls instead of openssl, which seem to be solution
accepted by most people.

as a result, it may be needed to switch tinytds to gnutls
@bryanwieg bryanwieg marked this pull request as draft January 6, 2023 20:20
This was referenced Jan 11, 2023
@bryanwieg bryanwieg closed this Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant