I am receiving the following error when using the code below. This code worked fine for many years up until a short while ago. Does anyone have a fix for this?
msxml3.dll error '80072f7d'
An error occurred in the secure Channel support
Any help would be well appreciated.
msxml3.dll error '80072f7d'
An error occurred in the secure Channel support
Code:
sURL = "[URL unfurl="true"]https://mywebaddress.com"[/URL]
Set oXMLHttp = Server.CreateObject("MSXML2.ServerXMLHTTP")
oXMLHttp.setOption(2) = 13056
oXMLHttp.open "GET", sURL, false
oXMLHttp.send
Any help would be well appreciated.