Skip to content

Instantly share code, notes, and snippets.

@mwjcomputing
Created February 1, 2013 13:15
Show Gist options
  • Select an option

  • Save mwjcomputing/4691239 to your computer and use it in GitHub Desktop.

Select an option

Save mwjcomputing/4691239 to your computer and use it in GitHub Desktop.
.NET command to ignore certificates in web requests.
[Net.ServicePointManager]::ServerCertificateValidationCallback = { $true }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment