Skip to content

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 Praveenrajmani, balamurugana and krisis and removed request for harshavardhana August 22, 2023 04:53
@ebozduman
Copy link
Collaborator Author

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

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