Error:
msxml3.dll '80072f05'
The date in the certificate is invalid or has expired
Dim xmlhttp
Set xmlhttp = Server.CreateObject("MSXML2.ServerXMLHTTP") xmlhttp.setOption() = '解决因证书错误(证书过期): xmlhttp.send (data) '有可能抛出: The date in the certificate is invalid or has expired
这个办法来自: http://geekswithblogs.net/narent/archive/2008/09/24/125418.aspx