-
Notifications
You must be signed in to change notification settings - Fork 145
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
Missing support for ipv4/ipv6 subjects #56
Comments
Indeed, only This is a rustls limitation which in turn comes from webpki: |
lucab
changed the title
Fails to connect to https://1.1.1.1
Missing support for ipv4/ipv6 subjects
Dec 11, 2018
Closed
This will be resolved by #199 |
hyper-rustls 0.24.0 was released with this support. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've tried to send a request to
https://1.1.1.1
. This fails with an error:The error seems to be coming from hyper-rustls, the https-connector I use:
https://github.com/ctz/hyper-rustls/blob/276c10aa7373d3c8da7d39d22b82f7a4600f6bd2/src/connector.rs#L81
The text was updated successfully, but these errors were encountered: