Skip to content
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

Closed
Ph33rr opened this issue May 11, 2022 · 13 comments
Closed

error ssl verification #19

Ph33rr opened this issue May 11, 2022 · 13 comments
Labels
enhancement New feature or request

Comments

@Ph33rr
Copy link

Ph33rr commented May 11, 2022

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

@Sh1Yo
Copy link
Owner

Sh1Yo commented May 14, 2022

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

@Sh1Yo Sh1Yo added the enhancement New feature or request label May 14, 2022
@Sh1Yo
Copy link
Owner

Sh1Yo commented Jul 24, 2022

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.

@Ph33rr
Copy link
Author

Ph33rr commented Jul 25, 2022

try ip

./x8 -u https://184.25.56.69/

@Sh1Yo
Copy link
Owner

Sh1Yo commented Jul 25, 2022

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.

@RahmatQurishi
Copy link

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?

@Sh1Yo
Copy link
Owner

Sh1Yo commented Jul 26, 2022

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

@RahmatQurishi
Copy link

ok thank you so much

@arthur4ires
Copy link

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

@netwons
Copy link

netwons commented Oct 25, 2022

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.

@Sh1Yo
Copy link
Owner

Sh1Yo commented Oct 25, 2022

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

@netwons
Copy link

netwons commented Oct 29, 2022

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

@Sh1Yo
Copy link
Owner

Sh1Yo commented Dec 5, 2022

Hi @arthur4ires and @Ph33rr,

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

@arthur4ires
Copy link

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.

@Sh1Yo Sh1Yo closed this as completed Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants