Open bytedream opened 2 years 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.
@sagebind is there any workaround we can use in the meantime to set the minimum TLS version while using isahc?
Does a way exists to set the tls / ssl version?
curl-rust
does this viaEasy::ssl_version(...)
andEasy::ssl_min_max_version(..., ...)
.