Skip to content

Commit

Permalink
chore: in README, update requirements to mention rustls along with ve…
Browse files Browse the repository at this point in the history
…ndored openssl (#2499)

Co-authored-by: JESS IZEN <[email protected]>
  • Loading branch information
jlizen and JESS IZEN authored Dec 12, 2024
1 parent d36c0f5 commit 8a2174f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,14 @@ On Linux:

- OpenSSL with headers. See https://docs.rs/openssl for supported versions
and more details. Alternatively you can enable the `native-tls-vendored`
feature to compile a copy of OpenSSL.
feature to compile a copy of OpenSSL. Or, you can use [rustls](https://github.com/rustls/rustls)
via `rustls-tls` or other `rustls-tls-*` features.

On Windows and macOS:

- Nothing.

Reqwest uses [rust-native-tls](https://github.com/sfackler/rust-native-tls),
By default, Reqwest uses [rust-native-tls](https://github.com/sfackler/rust-native-tls),
which will use the operating system TLS framework if available, meaning Windows
and macOS. On Linux, it will use the available OpenSSL or fail to build if
not found.
Expand Down

0 comments on commit 8a2174f

Please sign in to comment.