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

TLS1.2 is not working using edgegrid dll #20

Open
cvigueras opened this issue May 12, 2020 · 1 comment
Open

TLS1.2 is not working using edgegrid dll #20

cvigueras opened this issue May 12, 2020 · 1 comment

Comments

@cvigueras
Copy link

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;
@raigh96
Copy link

raigh96 commented May 12, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants