Skip to content
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

Use native TLS only, don't mix it with rustls (2nd try) #1431

Merged
merged 2 commits into from
Apr 4, 2024

Conversation

jirutka
Copy link
Contributor

@jirutka jirutka commented Apr 2, 2024

reqwest uses native TLS, but rspotify with ureq currently uses rustls, i.e. ncspot bundles rustls and is linked with the system TLS library at the same time.

This has already been fixed in 80da5a8, but this commit has been reverted in aeff120 due to a bug in rspotify that was fixed in 0.13.1 (ramsayleung/rspotify#471).

This time I properly tested that it works correctly.

Related to #1159 #1153

jirutka added 2 commits April 2, 2024 11:38
reqwest uses native TLS, but rspotify with ureq currently uses rustls,
i.e. ncspot bundles rustls and is linked with system TLS library at the
same time.

This has already been fixed in 80da5a8,
but this commit has been reverted in
aeff120 due to a bug in rspotify that
was fixed in 0.13.1 (ramsayleung/rspotify#471).
@hrkfdn hrkfdn merged commit ce300fb into hrkfdn:main Apr 4, 2024
5 checks passed
@hrkfdn
Copy link
Owner

hrkfdn commented Apr 4, 2024

Thanks for taking care!

@jirutka jirutka deleted the rspotify-native-tls branch April 4, 2024 14:46
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.

2 participants