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

Sets sslProtocol per dotnet version #836

Merged
merged 2 commits into from
Aug 22, 2023

Conversation

ebozduman
Copy link
Collaborator

This PR supersedes #799 (can be closed).

Subnet customer hit the error "Operation not supported", while trying to create a certificate identity provider using an old but still supported dotnet release version, .net462.

That is because System.Net.Http.HttpClientHandler did not support SslProtocols property to set the protocol type for all supported dotnet release versions older than .net472.

So the protocol type is needed to be set using System.Net.ServicePointManager.SecurityProtocol property to support dotnet release versions older than .net472.

@martijn00
Copy link
Contributor

@ebozduman @harshavardhana can you merge this?

@ebozduman
Copy link
Collaborator Author

@harshavardhana ,
I cannot merge this only with @martijn00's approval

@ebozduman ebozduman requested review from krisis, balamurugana and Praveenrajmani and removed request for harshavardhana August 22, 2023 04:53
@ebozduman
Copy link
Collaborator Author

@praveen, @balamurugana , @krisis
Just need 1 review approval.
Thanks

@ebozduman ebozduman merged commit 59865de into minio:master Aug 22, 2023
7 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.

3 participants