Hi
i have Api .Net 4.7.2
and i have this erroe :
WebException: The request was aborted: Could not create SSL/TLS secure channel.
when i re- debug it's work fine but the first time i vall it i have the erroe at this line (
return response.Result;
)i add this but still same
ServicePointManager.SecurityProtocol = (SecurityProtocolType)3072;
2 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
أماني مفيدPosted Feb 15, 2021, 10:36 AM
Jignesh KumarPosted Feb 15, 2021, 10:34 AM