Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save norman-bauer/732c504d9640cffa4b6bb9231e53de28 to your computer and use it in GitHub Desktop.

Select an option

Save norman-bauer/732c504d9640cffa4b6bb9231e53de28 to your computer and use it in GitHub Desktop.
Set objXmlHttp = CreateObject("Msxml2.ServerXMLHTTP")
objXmlHttp.setOption 2, 13056 'http://msdn.microsoft.com/en-us/library/ms763811(v=VS.85).aspx
objXmlHttp.open "GET", "https://urlwithcertificateerror", False
objXmlHttp.send
wscript.echo objXmlHttp.responseText
Set objXmlHttp = Nothing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment