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

Some immediate fixes I needed #1

Merged
merged 10 commits into from
Jul 1, 2023
Merged

Conversation

oleschri
Copy link

Not thoroughly tested but seems stable to me.

@MattMofDoom
Copy link
Owner

@oleschri Apologies for delay! Suspect these are all fine to merge, and thanks, but one q - what was the reason to change target to .net 4.7.2?

@oleschri
Copy link
Author

@MattMofDoom

Connecting to TLS 1.2 on versions before 4.7.x was nasty to do as it did not take TLS preferences from the OS settings and had to explicitely be enabled in code.

To support TLS 1.3 you even have to target 4.8.x+.

See also:
https://learn.microsoft.com/dotnet/framework/network-programming/tls

But you can revert that if you wish to, should not have side effects other than TLS behavior.

@MattMofDoom
Copy link
Owner

Makes sense to me - many thanks for the explanation. I'll merge.

@MattMofDoom MattMofDoom merged commit ad1e4b9 into MattMofDoom:dev Jul 1, 2023
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.

3 participants