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

Add native-tls-alpn feature to reqwest #622

Merged
merged 1 commit into from
Dec 1, 2024

Conversation

ikopytko
Copy link
Contributor

@ikopytko ikopytko commented Dec 1, 2024

I encountered a problem similar to one described in #34.
For unknown reason Genius was blocking my requests for some time, response for the search request was:

Sorry, you have been blocked
You are unable to access genius.com

Both browser and curl sucessfully returned the expected json.
I came across this discusion in reqwest library and after trying the solution it lyric finder finally start working again.

@aome510 aome510 merged commit f15e7a2 into aome510:master Dec 1, 2024
5 checks passed
@aome510 aome510 mentioned this pull request Dec 10, 2024
@cycle-five
Copy link
Contributor

cycle-five commented Dec 10, 2024

Could this have some relevance? https://stackoverflow.com/questions/74652786/how-to-set-apln-protocols-before-tls-handshake-with-openssl-in-rust
I really would prefer to use both your library, and to not pull openssl into my project, so I'm willing to take on this issue myself but any help on where the issue can be fixed within the rustls feature branch would be appreciated.

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.

3 participants