hyper-tls icon indicating copy to clipboard operation
hyper-tls copied to clipboard

Results 10 hyper-tls issues
Sort by recently updated
recently updated
newest added

This adds support for ALPN via the newly released native-tls 0.2.7. With this hyper-tls can now automatically establish an HTTP2 connection with the server without having to force it from...

Hey, I'm wondering if it is possible to obtain details of the SSL certificate returned by the server when using Hyper as an HTTPS client? I've got this example: ```rust...

Sometimes the URI and the exact host which we want to connect have different domains. And we need to have a way to set the domain for the TLS connection...

Hi, Is it possible use hyper-tls for hyper server "0.12" ?

I tried to use reqwest for making https requests, which means a transitive dependency on hyper, and then this lib for TLS. However despite reqwest's and hyper's tokio dep being...

Now that tokio-tls has been renamed to tokio-native-tls, maybe also rename this crate?

I recently found that the `reqwest` library was fetching anything with an unrecognized scheme (like `hxxps:` or `htps:` as plain HTTP: https://github.com/seanmonstar/reqwest/issues/919. That was fixed in seanmonstar/reqwest#921. This crate appears...

Have you considered switching to use tokio_native_tls rather than tokio_tls for your TlsStream? I'm not sure why tokio has too, seemingly similar, implementations but tokio_native_tls has the advantage for me...

Hi! I was hanging out in office hours and I asked a question about the state of hyper-tls and if there were plans to retire it. There are a few...

I am new to GitHub and I hope that I do this here is correct? I currently tracking down a very strange issue with HTTPS-Client requests on MACOS. I am...