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

SkipVerify or Verify TLS #1988

Closed
APT-ZERO opened this issue Nov 9, 2024 · 3 comments
Closed

SkipVerify or Verify TLS #1988

APT-ZERO opened this issue Nov 9, 2024 · 3 comments
Labels
Type: Enhancement Most issues will probably ask for additions or changes.

Comments

@APT-ZERO
Copy link

APT-ZERO commented Nov 9, 2024

Option to set if client must validate server's TLS certificate or ignore it and complete the request
for example when client's TLS SNI does not match the server's ssl cert

@APT-ZERO APT-ZERO added the Type: Enhancement Most issues will probably ask for additions or changes. label Nov 9, 2024
@Mzack9999
Copy link
Member

@APT-ZERO httpx by default use InsecureSkipVerify: true to maximize connections success. You might want to have a look at https://github.com/projectdiscovery/tlsx if you are looking for more specific tls checks

@APT-ZERO
Copy link
Author

APT-ZERO commented Dec 9, 2024

It's a good option to have for covering more scenarios, like when user wants to skip honeypots

@ehsandeep
Copy link
Member

@APT-ZERO SkipVerify is enabled default, so you don't need option to enable it, do you example where you noticed error because of SkipVerify check? can you share example host?

@APT-ZERO APT-ZERO closed this as not planned Won't fix, can't repro, duplicate, stale Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Most issues will probably ask for additions or changes.
Projects
None yet
Development

No branches or pull requests

3 participants