We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I`m getting an error when I call the sign method included in edgegrid library, the issue is:
The request was aborted: Could not create SSL/TLS secure channel. This error is showing when the program is calling to:
using (Stream requestStream = request.GetRequestStream())
The tls is configured as the Akamai's example:
ServicePointManager.EnableDnsRoundRobin = true; ServicePointManager.Expect100Continue = true; ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12 | SecurityProtocolType.Ssl3 | (SecurityProtocolType)3072;
The text was updated successfully, but these errors were encountered:
Good evening!,
I tried that solution, even upgrading my .Net fwk version to 4.6 or 4.7 and still having the same problem.
I hope the library owner can answer you soon.
Sorry, something went wrong.
No branches or pull requests
I`m getting an error when I call the sign method included in edgegrid library, the issue is:
The request was aborted: Could not create SSL/TLS secure channel. This error is showing when the program is calling to:
using (Stream requestStream = request.GetRequestStream())
The tls is configured as the Akamai's example:
The text was updated successfully, but these errors were encountered: