-
Notifications
You must be signed in to change notification settings - Fork 150
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
invalid dnsname #84
Comments
|
The destination must be a hostname, not an IP address. Connecting via an IP address isn't supported currently in the rustls or webpki crates. |
This seem a pretty major limitation of |
@ctz I guess this issue should be kept open to track the possible resolution of the problem. |
Due to rustls/hyper-rustls#84 and the fact that we may use ip addresses for this endpoint, we need to switch the wbem-client back to using openssl. Signed-off-by: Joe Grund <jgrund@whamcloud.io>
Due to rustls/hyper-rustls#84 and the fact that we may use ip addresses for this endpoint, we need to switch the wbem-client back to using openssl. Signed-off-by: Joe Grund <jgrund@whamcloud.io>
I came across this when using rustls + hyper-rustls + hyper-proxy. I think I'm getting this error because the proxy is an IP address. I'm not sure how to proceed here, it seems a fundamental blocker that the address must be a hostname. |
Because it is tracked in #56. |
Thank you. I didn't see that. |
use this example:
Starting to serve on https://127.0.0.1:1337.
[!] Voluntary server halt due to client-connection error...
FAILED: run errorerror trying to connect: invalid dnsname
The text was updated successfully, but these errors were encountered: