-
Notifications
You must be signed in to change notification settings - Fork 158
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
error ssl verification #19
Comments
Hi. Thanks for noticing. I will take a look into this. |
Hi. Can you provide an example? I've run the tool on some test domains from |
try ip ./x8 -u https://184.25.56.69/ |
Thanks for the follow up. Looks like it's the limitation of a library that I use for https connections - rustls/hyper-rustls#56. I will check whether I can do something with it or not. |
reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("www.aceford.com")), port: None, path: "/promotions/service/index.htm", query: Some(""), fragment: None }, source: hyper::Error(Connect, ConnectError("dns error", ResolveError { kind: Timeout })) } i have this problem any solution? |
Hi @RahmatQurishi, in case it's a persistent problem - check your
|
ok thank you so much |
I'm having the same problem and following the thread. |
I'm having the same problem and following the thread.
|
Hi @netwons, it's another error regarding timeout issues. The site doesn't respond to requests at all:
|
@Sh1Yo |
Hi @arthur4ires and @Ph33rr, I am unable to reproduce the issue in the latest versions of the tool. Can you confirm? |
Hi @Sh1Yo , I hope you're okay :) I saw your update, thank you very much! We were unable to reproduce this issue. What happened was that it was not possible to install x8 through conda. |
Hello,
danger_disable_hostname_verification() some website use old ssl cert or wrong ..etc
better use this func thank you
reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv4(555)), port: None, path: "", query: Some(""), fragment: None }, source: hyper::Error(Connect, Custom { kind: Other, error: "invalid dnsname" }) }
The text was updated successfully, but these errors were encountered: