sagebind / isahc

The practical HTTP client that is fun to use.
https://docs.rs/isahc
MIT License
705 stars 62 forks source link

Set tls / ssl version #419

Open bytedream opened 1 year ago

bytedream commented 1 year ago

Does a way exists to set the tls / ssl version? curl-rust does this via Easy::ssl_version(...) and Easy::ssl_min_max_version(..., ...).

sagebind commented 1 year ago

Thanks for opening an issue. This is not currently supported in Isahc v1, however support is planned and implemented already for the upcoming v2 release.

yuvalmarciano commented 1 month ago

@sagebind is there any workaround we can use in the meantime to set the minimum TLS version while using isahc?