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

Adding Client TLS1.0 #645

Merged
merged 1 commit into from
May 30, 2022
Merged

Adding Client TLS1.0 #645

merged 1 commit into from
May 30, 2022

Conversation

Mzack9999
Copy link
Member

Description

This PR lower the minimum required TLS to 1.0. Closes https://github.com/projectdiscovery/team-backlogs/issues/156

@Mzack9999 Mzack9999 added the Type: Maintenance Updating phrasing or wording to make things clearer or removing ambiguity. label May 30, 2022
@Mzack9999 Mzack9999 self-assigned this May 30, 2022
Copy link
Member

@ehsandeep ehsandeep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$ echo https://tls-v1-0.badssl.com:1010 | httpx -v

    __    __  __       _  __
   / /_  / /_/ /_____ | |/ /
  / __ \/ __/ __/ __ \|   /
 / / / / /_/ /_/ /_/ /   |
/_/ /_/\__/\__/ .___/_/|_|
             /_/              v1.2.1

		projectdiscovery.io

Use with caution. You are responsible for your actions.
Developers assume no liability and are not responsible for any misuse or damage.
[DBG] Failed 'https://tls-v1-0.badssl.com:1010': GET https://tls-v1-0.badssl.com:1010 giving up after 1 attempts: Get "https://tls-v1-0.badssl.com:1010": tls: server selected unsupported protocol version 301

$echo https://tls-v1-0.badssl.com:1010 | ./httpx -v

    __    __  __       _  __
   / /_  / /_/ /_____ | |/ /
  / __ \/ __/ __/ __ \|   /
 / / / / /_/ /_/ /_/ /   |
/_/ /_/\__/\__/ .___/_/|_|
             /_/              v1.2.1

		projectdiscovery.io

Use with caution. You are responsible for your actions.
Developers assume no liability and are not responsible for any misuse or damage.
https://tls-v1-0.badssl.com:1010

@ehsandeep ehsandeep merged commit ee655bb into dev May 30, 2022
@ehsandeep ehsandeep deleted the maint-https branch May 30, 2022 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Maintenance Updating phrasing or wording to make things clearer or removing ambiguity.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants