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

Avoid modification of https.protocols #1171

Merged
merged 1 commit into from
Jan 17, 2025
Merged

Conversation

kelunik
Copy link
Contributor

@kelunik kelunik commented Jan 13, 2025

This disables TLSv1.3 and changes global state that shouldn't be changed.

Fixes #1170.

This disables TLSv1.3 and changes global state that shouldn't be changed.

Fixes eirslett#1170.
@kelunik
Copy link
Contributor Author

kelunik commented Jan 13, 2025

The AppVeyor build doesn't seem active in this PR, so not sure whether it still works without the config option or not.

@pitgrap
Copy link
Contributor

pitgrap commented Jan 14, 2025

LGTM. Did you test it locally with your TLS1.3 setup?

@eirslett eirslett merged commit b7b060f into eirslett:master Jan 17, 2025
3 checks passed
@kelunik kelunik deleted the tls-1.3 branch January 20, 2025 17:33
@kelunik
Copy link
Contributor Author

kelunik commented Jan 20, 2025

@pitgrap I haven't, yet, need to build a release for that locally. But now it's merged anyway, will test the next release then.

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.

FileDownloader disables TLSv1.3
3 participants