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

fix(https): add option to disable TLS 1.0 cxns #189

Merged
merged 4 commits into from
Mar 18, 2025

Conversation

skilbjo
Copy link
Contributor

@skilbjo skilbjo commented Mar 15, 2025

resolves #187

@skilbjo skilbjo mentioned this pull request Mar 15, 2025
@CLAassistant
Copy link

CLAassistant commented Mar 15, 2025

CLA assistant check
All committers have signed the CLA.


describe.only("with TLS version restrictions", () => {
Copy link
Member

Choose a reason for hiding this comment

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

This shouldn't be .only, or it'll disable all the other tests!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

nice catch! artefact from my feedback loop of implementing this

minVersion: 'TLSv1.2'
}
}
Copy link
Member

Choose a reason for hiding this comment

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

Indentation has gone all funky here

Copy link
Contributor Author

Choose a reason for hiding this comment

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

have another look? if not happy, would you let me know how you lint the project? i was expecting to find a lint script to run npm run lint.

@skilbjo skilbjo requested a review from pimterry March 18, 2025 03:25
Copy link
Member

@pimterry pimterry left a comment

Choose a reason for hiding this comment

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

Looks good thanks, I'll merge & ship this in just a sec

@pimterry pimterry merged commit 700e43a into httptoolkit:main Mar 18, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

disable TLS 1.0
3 participants