Ver Mensaje Individual
  #347  
Antiguo 17-03-2017
robinsondemantu robinsondemantu is offline
Miembro
NULL
 
Registrado: mar 2017
Posts: 10
Reputación: 0
robinsondemantu Va por buen camino
Pon esto en tu código a ver si funciona:

ServicePointManager.Expect100Continue = true;
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;

Si no tienes .NETFramework 4.5, el equivalente es este

ServicePointManager.SecurityProtocol = (SecurityProtocolType)3072;

No puedo pegarte el enlace de stackoverflow
Responder Con Cita