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 reqwest/native-tls-vendored feature #82

Merged
merged 1 commit into from
Jun 29, 2023
Merged

Conversation

mikeparisstuff
Copy link
Contributor

Hey, first of all thanks for the awesome crate.

I run my rust services on ARM-based AWS graviton instances which have a different version of OpenSSL that doesn't play nicely with reqwest. This diff adds a new feature to async-openai that allows removing the dependency on OpenSSL by opting in for the native-tls-vendored feature in the reqwest library.

I've tested this on graviton with an incompatible version of OpenSSL and things work nicely :)

Thanks

Copy link
Owner

@64bit 64bit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for PR and detailed description & testing, nicely done!

@64bit 64bit merged commit 0825d4b into 64bit:main Jun 29, 2023
@64bit
Copy link
Owner

64bit commented Jun 29, 2023

This is released in v0.12.1

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