Skip to content

Instantly share code, notes, and snippets.

@DaniCCardenas
Created November 14, 2018 08:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DaniCCardenas/fe2b2cb940d9da18281389a5fa7bab16 to your computer and use it in GitHub Desktop.
Save DaniCCardenas/fe2b2cb940d9da18281389a5fa7bab16 to your computer and use it in GitHub Desktop.
System.Net.ServicePointManager.SecurityProtocol =
SecurityProtocolType.Ssl3 | SecurityProtocolType.Tls | SecurityProtocolType.Tls11 |
SecurityProtocolType.Tls12;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment