The request was aborted: Could not create SSL/TLS secure channel [ SOLVED]

preview_player
Показать описание
Security code problem:

I know that the server doesn't have a valid HTTP URL address, but here I used HTTPS, so that error starts happening. In order to bypass this issue the two lines in my code.

ServicePointManager.Expect100Continue = true;
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
Рекомендации по теме
Комментарии
Автор

I get 0x8004005 error when going to w7 to 10

fooneysdiscordfevergglolls
Автор

I got same error in git bash while uploading files in GitHub
What should I do ? Plz help

gouthami_pittala
Автор

how to resolve "Could not create SSL/TLS secure channel" error when deploying via Deploy Azure App Service in release pipeline

abhishekchaube
Автор

How did you do this i don't understands

briandagoatscalabrine
Автор

the request was aborted could not create ssl/tls secure channel

akki
Автор

request was aborted could not create ssl/tls secure channel>>>> my cheat getting this how I to fix???? My error

jigolo_gaming