x8 icon indicating copy to clipboard operation
x8 copied to clipboard

error ssl verification

Open Ph33rr opened this issue 3 years ago • 8 comments

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" }) }

Ph33rr avatar May 11 '22 23:05 Ph33rr

Hi. Thanks for noticing. I will take a look into this.

Sh1Yo avatar May 14 '22 12:05 Sh1Yo

Hi. Can you provide an example? I've run the tool on some test domains from https://badssl.com/ and didn't receive any error. Looks like it's not a cert but something's wrong with your dns.

Sh1Yo avatar Jul 24 '22 16:07 Sh1Yo

try ip

./x8 -u https://184.25.56.69/

Ph33rr avatar Jul 25 '22 09:07 Ph33rr

Thanks for the follow up. Looks like it's the limitation of a library that I use for https connections - https://github.com/rustls/hyper-rustls/issues/56. I will check whether I can do something with it or not.

Sh1Yo avatar Jul 25 '22 11:07 Sh1Yo

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 })) } [~] error at the https://www.aceford.com/promotions/service/index.htm?%s observed. Wait 50 sec and repeat.

i have this problem any solution?

RahmatQurishi avatar Jul 26 '22 01:07 RahmatQurishi

Hi @RahmatQurishi, in case it's a persistent problem - check your /etc/resolv.conf and check that there's valid nameserver entries. In case there's something wrong with the file - you can add the following nameservers and try to rerun the tool:

nameserver 1.1.1.1
nameserver 1.0.0.1

Sh1Yo avatar Jul 26 '22 05:07 Sh1Yo

ok thank you so much

RahmatQurishi avatar Jul 26 '22 21:07 RahmatQurishi

I'm having the same problem and following the thread.

arthur4ires avatar Jul 27 '22 05:07 arthur4ires

I'm having the same problem and following the thread.

[!] https://enroll.bbbb.com/mobile?%s reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("enroll.bbbb.com")), port: None, path: "/mobile", query: Some(""), fragment: None }, source: TimedOut }
[~] error at the https://enroll.bbbb.com/mobile?%s observed. Wait 50 sec and repeat.

netwons avatar Oct 25 '22 11:10 netwons

Hi @netwons, it's another error regarding timeout issues. The site doesn't respond to requests at all:

curl https://enroll.bbbb.com/mobile

curl: (28) Failed to connect to enroll.bbbb.com port 443 after 130203 ms: Connection timed out

Sh1Yo avatar Oct 25 '22 12:10 Sh1Yo

@Sh1Yo this is run https://enroll.zellepay.com/mobile

netwons avatar Oct 29 '22 19:10 netwons

Hi @arthur4ires and @Ph33rr,

I am unable to reproduce the issue in the latest versions of the tool. Can you confirm?

Sh1Yo avatar Dec 05 '22 13:12 Sh1Yo

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.

arthur4ires avatar Dec 05 '22 13:12 arthur4ires