I Can't send https request by c# I tried to use all answers I found but I am got the same error (could not establish secure channel for ssl/tls ) I added this line of code and it doesn't solve the problem
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 | SecurityProtocolType.Tls11 | SecurityProtocolType.Ssl3|SecurityProtocolType.Tls;
but the request work correctly when I use windows 10 but in windows 7 not working although it work in windows 7 if I send request by Fiddler or Postman